export_file
Export 3D scenes or selected objects to common file formats including FBX, OBJ, GLTF, USD, STL, and more.
Instructions
Export scene or selected objects to a 3D file.
Supports FBX, OBJ, GLTF/GLB, USD, STL, PLY, Alembic (ABC), Collada (DAE), SVG, and X3D formats.
Args: filepath: Absolute path for the export file. type: Optional format override. Auto-detected from extension if empty. selected_only: If True, export only selected objects. Defaults to False.
Returns: Dict with exported file path and format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | ||
| filepath | Yes | ||
| selected_only | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||