io_export_obj
Export 3D models to OBJ format with control over selection, modifiers, materials, UVs, and normals.
Instructions
Export to OBJ format (universal mesh exchange).
Args: filepath: Output .obj path selected_only: Export only selected apply_modifiers: Apply modifiers export_materials: Write .mtl file export_uv: Export UV coordinates export_normals: Export vertex normals
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | Yes | ||
| export_uv | No | ||
| selected_only | No | ||
| export_normals | No | ||
| apply_modifiers | No | ||
| export_materials | No |