import_file
Import 3D files into Blender for modeling and animation. Supports FBX, OBJ, GLTF, USD, STL, PLY, Alembic, Collada, SVG, and X3D formats with automatic format detection.
Instructions
Import a 3D file into Blender.
Supports FBX, OBJ, GLTF/GLB, USD, STL, PLY, Alembic (ABC), Collada (DAE), SVG, and X3D formats. Auto-detects format from file extension if type is empty.
Args: filepath: Absolute path to the file to import. Must exist. type: Optional format override. One of: FBX, OBJ, GLTF, USD, STL, PLY, ABC, DAE, SVG, X3D. Auto-detected from extension if empty.
Returns: Dict with imported file path and format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | Yes | ||
| type | No |