blender_mesh_select_shortest_path
Select the shortest path between two mesh elements to instantly isolate edge loops or vertex paths along a surface. Provide start and end indices for precise, efficient selection.
Instructions
Select shortest path between two mesh elements. Useful for selecting edge loops or vertex paths along the mesh surface.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Element type for path: VERT or EDGE | EDGE |
| index_a | Yes | Start element index | |
| index_b | Yes | End element index | |
| object_name | Yes | Name of the mesh object |