blender_mesh_get_selection
Retrieve indices of selected vertices, edges, or faces to inspect a mesh's current selection state. Query without modifying the object to guide modeling decisions.
Instructions
Query current mesh selection state without modifying it. Returns indices of selected vertices, edges, or faces.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Which element type to query | FACE |
| object_name | Yes | Name of the mesh object |