merge_vertices
Merge vertices within a specified distance to simplify geometry and reduce vertex count in a mesh object.
Instructions
Merge vertices by distance.
Args: object_name: Name of the mesh object. threshold: Maximum distance between vertices to merge. Range: 0.0-10.0.
Returns: Confirmation dict with number of removed vertices.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| threshold | No | ||
| object_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||