mesh_cleanup
Merge coincident vertices and remove loose geometry to simplify meshes. Reduces unused data and prepares assets for further processing.
Instructions
Conservative mesh hygiene: merge coincident vertices and drop loose geometry. Modifies the mesh -- checkpoint first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| delete_loose | No | Remove vertices and edges not attached to any face | |
| merge_distance | No | ||
| merge_by_distance | No |