topology_edge_loops
Analyze and optimize edge loops in a mesh to ensure clean topology for animation deformation. Supports loop cuts, non-manifold detection, and pole analysis.
Instructions
Work with edge loops for clean topology. Essential for animation deformation.
Parameters:
mesh_name: Target mesh
action: "analyze" — report edge loop statistics and topology quality "add_loop_cut" — add loop cuts (params: loop_cuts, edge_index) "select_non_manifold" — find problematic non-manifold geometry "analyze_poles" — find N-poles and E-poles (topology quality indicators)
loop_cuts: Number of cuts for add_loop_cut (default: 1)
edge_index: Edge to cut along (-1 = auto-detect best edge)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | analyze | |
| loop_cuts | No | ||
| mesh_name | Yes | ||
| edge_index | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |