blender_analyze_mesh
Analyze a mesh's topology and geometry: face/edge census, closed shell, volume, surface area, duplicate vertices, UV layers, shape keys, and modifiers. Decide whether to fix or regenerate the mesh.
Instructions
Deep statistics for one mesh.
Beyond face counts: manifold/boundary/wire edge census, whether the shell is closed, signed volume, surface area, min/max/zero-area faces, loose verts and edges, duplicate vertices within 1e-5, UV layers, vertex groups, shape keys and the modifier stack. Use it to decide between fixing a mesh and regenerating it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object | Yes | Name of the mesh object to analyse. | |
| response_format | No | 'markdown' for readable output, 'json' for raw structured data. | markdown |