io_export_gltf
Export Blender models to glTF/GLB format for web and universal 3D applications. Control export options for materials, textures, and animations.
Instructions
Export to glTF/GLB format (standard for web and universal 3D).
Args: filepath: Output path (.glb or .gltf) export_format: GLB (binary, single file) or GLTF_SEPARATE (separate files) selected_only: Export only selected objects apply_modifiers: Apply modifiers export_materials: EXPORT, PLACEHOLDER, NONE export_textures: Include texture images export_animations: Include animations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | Yes | ||
| export_format | No | GLB | |
| selected_only | No | ||
| apply_modifiers | No | ||
| export_textures | No | ||
| export_materials | No | EXPORT | |
| export_animations | No |