blender_import_model
Import 3D models from disk into Blender using formats such as glTF, FBX, OBJ, STL, USD, or BLEND, and get back the names of created objects.
Instructions
Import a 3D model from disk: .glb/.gltf, .fbx, .obj, .stl, .ply, .usd, .abc, .dae or .blend. Returns the names of the objects that were created.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| collection | No | ||
| properties | No | Importer options, e.g. {'scale': 0.01} for FBX or {'import_pack_images': True} for glTF. | |
| response_format | No | 'markdown' for readable output, 'json' for raw structured data. | json |