export_file
Export 3D scenes or selected objects to common file formats (FBX, OBJ, GLTF, USD, STL, and more) with optional format override and selective export.
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 |
|---|---|---|---|
| filepath | Yes | ||
| type | No | ||
| selected_only | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||