blender_ai_mesh_optimize
Optimize a 3D mesh in one call: run cleanup, decimation, auto-UV, and normal smoothing to prepare models for further use.
Instructions
Run full optimization pipeline on a mesh: cleanup, decimation, auto-UV, and normal smoothing in one call. Convenience wrapper for post-generation processing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| auto_uv | No | Generate UV maps (default: true) | |
| cleanup | No | Run mesh cleanup step (default: true) | |
| decimate | No | Run decimation step (default: true) | |
| object_name | Yes | Name of the mesh object to optimize | |
| decimate_ratio | No | Decimation ratio if decimate is enabled (default: 0.5) | |
| smooth_normals | No | Smooth normals (default: true) |