merge_vertices
Combine nearby vertices in 3D mesh objects by specifying a distance threshold to simplify geometry and reduce vertex count in Blender.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | ||
| threshold | No |