export_obj
Export static Blender geometry to .obj, with control over UVs, normals, materials, and modifiers.
Instructions
Export to .obj. Simple static geometry only -- no animation, no PBR.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objects | No | Object names. Omit to use the current selection. | |
| filename | Yes | Filename stem; .obj is added | |
| export_uvs | No | ||
| triangulate | No | ||
| selected_only | No | ||
| export_normals | No | ||
| apply_modifiers | No | ||
| export_materials | No |