blender_export
Export Blender scenes and objects for Unity and VRChat. Choose between export_unity and export_vrchat operations, with options for materials, animations, and transforms.
Instructions
Export Blender scenes and objects for Unity and VRChat.
Supports multiple operations through the operation parameter:
export_unity: Export to Unity-compatible formats
export_vrchat: Export to VRChat-compatible formats
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | No | Export operation type | export_fbx |
| output_path | No | Path where to save the exported file | |
| object_names | No | List of specific object names to export (None = all objects) | |
| include_materials | No | Include materials in export | |
| include_animations | No | Include animations in export | |
| apply_transforms | No | Apply object transforms before export | |
| global_scale | No | Global scale factor for export | |
| use_mesh_modifiers | No | Apply mesh modifiers before export |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |