blender_export
Export Blender scenes and objects to interchange and game-engine formats.
Instructions
Export Blender scenes and objects to interchange and game-engine formats.
Operations:
export_gltf / export_glb / export_fbx / export_obj / export_stl / export_usd / export_vrm
export_unity / export_vrchat / export_unreal (platform presets)
Return Format
Standard dict with keys: success, message, data
Examples
await call_tool("blender_export", {"operation": "export_glb", "output_path": "C:/out/model.glb"})Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | No | export_glb | |
| file_format | No | GLB | |
| output_path | No | ||
| global_scale | No | ||
| object_names | No | ||
| apply_transforms | No | ||
| include_materials | No | ||
| include_animations | No | ||
| use_mesh_modifiers | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |