blender_import_asset
Import a 3D model from a URL or local file as separate editable objects. Handles common formats like FBX, OBJ, glTF, STL, USD, and downloads URLs with a size cap for validation and export.
Instructions
Import a 3D model from a URL or a local file, as separate editable objects.
Handles fbx, obj, gltf, glb, stl, ply, usd, usdz, abc, dae and blend. A URL is downloaded first, respecting the size cap. Everything arrives as ordinary objects you can then validate, modify and export.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Model URL to download first. | |
| path | No | Or a local file path. | |
| timeout | No | ||
| max_bytes | No | ||
| import_options | No | Importer-specific options passed straight through, e.g. {'global_scale': 0.01} for FBX or {'use_materials': True}. | |
| into_collection | No | Link the imported objects into this collection. | |
| response_format | No | 'markdown' for readable output, 'json' for raw structured data. | markdown |