3D Workspace
Home
Assets
Affiliate Program
Creator Program
Sign up/Log in
View Plans
DCC Bridge
Anonymous1773888197
06-05 19:56
Model Name
humanoid figure 3d model
Tags
character
character game asset
character game asset stylized
character stylized
fusion
game asset
game asset stylized
humanoid figure
stylized
Prompt
import adsk.core, adsk.fusion import math def run(_context: str): app = adsk.core.Application.get() ui = app.userInterface # ── Create a brand-new Fusion document ────────────────────────────── doc = app.documents.add(adsk.core.DocumentTypes.FusionDesignDocumentType) prod = app.activeProduct design = adsk.fusion.Design.cast(prod) # Set to Hybrid so sub-components + combine ops all work (post Jan-2026) design.designIntent = adsk.fusion.DesignIntentTypes.HybridDesignIntentType root = design.rootComponent occs = root.occurrences def make_transform(tx=0.0, ty=0.0, tz=0.0): m = adsk.core.Matrix3D.create() m.translation = adsk.core.Vector3D.create(tx, ty, tz) return m def extrude_rect(comp, x0, y0, x1, y1, height_cm, op=None): """Sketch a rectangle on xY-plane and extrude it.""" if op is None: op = adsk.fusion.FeatureOperations.NewBodyFeatureOperation sk = comp.sketches.add(co
Detailed Info
Related Models
Enter invite code
Enter invite code to get credits!