get_edges
Read edge data from a Blender mesh object, including vertex pairs, sharp and seam flags, crease, and bevel weight. Specify indices to retrieve specific edges or use safety cap.
Instructions
Read edge data from a mesh: vertex pair, sharp flag, seam flag, crease, and bevel weight.
Parameters:
name: Mesh object name
indices: Comma-separated edge indices (returns all if omitted)
max_edges: Safety cap when retrieving all edges (default 5000)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| indices | No | ||
| max_edges | No |