merge_vertices
Merge vertices within a set distance to reduce mesh complexity. Specify the object and threshold to clean up overlapping or redundant vertices.
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 |
|---|---|---|---|
| object_name | Yes | ||
| threshold | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||