merge_vertices
Merge vertices within a distance threshold to clean up imported meshes and fix seams after boolean operations.
Instructions
Merge (weld) vertices that are within a distance threshold of each other. Equivalent to 'Merge by Distance' in Blender — useful for cleaning up imported meshes or fixing seams after boolean operations.
Parameters:
name: Mesh object name
distance: Maximum distance between vertices to merge (default 0.001)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| distance | No |