Print view · Compact Mesh · 1 pageChoose "Save as PDF" as the destination in the print dialog.
Back to the docs

Mesh Morpher documentation

Compact Mesh

1 page · exported 2026-09-06 · https://meshmorpher.com/docs/studio-and-graph/repair/compact-mesh

Studio and Graph › Repair

Compact Mesh

After a lot of deleting, vertex, edge and triangle indices have gaps in them. This renumbers everything dense and contiguous again.

Compact Mesh node

The Compact Mesh node

When to use it

After a lot of deleting, vertex, edge and triangle indices have gaps in them. This renumbers everything dense and contiguous again.

Hardly anything needs it by hand. What does is per-index data: a saved selection, an attribute array, an external file of vertex positions. All of that is only meaningful against a compact mesh, so run this before exporting index-keyed data or handing vertices to an outside tool.

Compacting changes vertex ids. Any selection, weight map or delta set captured beforehand no longer lines up. Compact first, capture second.

Pins

Pin Type Description
Mesh Mesh The mesh to renumber. Deleting geometry upstream is what leaves the gaps.
Pin Type Description
Mesh Mesh The same geometry, with no gaps left in the vertex and triangle numbering.