blender_export_model
Export the current Blender scene to a model file in formats like GLB, GLTF, FBX, OBJ, STL, PLY, USD, ABC, or BLEND.
Instructions
Export the scene to a model file: .glb, .gltf, .fbx, .obj, .stl, .ply, .usd, .abc or .blend.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| selection | No | 'selected_objects' or 'all'. | all |
| properties | No | Exporter options, e.g. {'export_format': 'GLB', 'use_selection': True}. | |
| response_format | No | 'markdown' for readable output, 'json' for raw structured data. | json |