blender_import_export
Import or export 3D assets in common formats like FBX, OBJ, and glTF to and from Blender.
Instructions
Import or export asset files in various formats — FBX, OBJ, glTF, USD, Alembic, STL, and more.
Use this when: you need to import assets into or export assets from Blender.
Do NOT use for: scene manipulation (use blender_create_object or blender_modify_object).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Whether to import or export. | |
| format | Yes | File format: FBX, OBJ, GLTF, GLB, USD, USDC, USDA, ALEMBIC, STL, PLY, etc. | |
| filepath | Yes | Absolute file path for import source or export destination. | |
| settings | No | Format-specific settings. |