blender_msfs_export_model
Export 3D models to flight simulator-compatible glTF format, including LODs, collision meshes, and animation data for immediate use in MSFS.
Instructions
Export model(s) in flight simulator-compatible glTF format with LODs, collision, and animations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objects | No | Object names to export (omit for selected/all) | |
| filepath | Yes | Output file path (.glb or .gltf) | |
| include_lods | No | Include LOD variants (default: true) | |
| export_format | No | Export format (default: GLB) | |
| include_collision | No | Include collision meshes (default: true) | |
| include_animations | No | Include animation data (default: true) |