blender_auto_validate
Audit a generated model for topology, UVs, materials, scale, and naming issues, then apply unambiguous fixes to make it production-ready.
Instructions
Audit a generated model end to end and, with apply_fixes, repair the
problems that have an unambiguous fix.
Built for the "I just generated this, is it usable" question: topology, UVs, materials, scale and naming in one pass.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quick | No | Skip the expensive intersection pass. | |
| objects | No | Restrict the audit to these objects. | |
| apply_fixes | No | Fix what is safely fixable (topology, UVs, materials). | |
| response_format | No | 'markdown' for readable output, 'json' for raw structured data. | markdown |