export_file
Export 3D scenes or selected objects from Blender to FBX, OBJ, GLTF, USD, STL, and other common formats for sharing or further processing.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | Yes | ||
| type | No | ||
| selected_only | No |