Print view · Apply Deltas (Topo Match) · 1 pageChoose "Save as PDF" as the destination in the print dialog.
Back to the docs

Mesh Morpher documentation

Apply Deltas (Topo Match)

1 page · exported 2026-09-06 · https://meshmorpher.com/docs/studio-and-graph/deltas/apply-deltas-topo-match

Studio and Graph › Deltas

Apply Deltas (Topo Match)

Adds a delta set straight onto a mesh, vertex for vertex. When the delta source and the target share vertex count and order, this is the one to use. It is exact, it costs nothing, and there is no c...

Apply Deltas (Topo Match) node

The Apply Deltas (Topo Match) node

When to use it

Adds a delta set straight onto a mesh, vertex for vertex. When the delta source and the target share vertex count and order, this is the one to use. It is exact, it costs nothing, and there is no correspondence search to get wrong.

The moment the two differ, index-for-index quietly maps offsets onto unrelated vertices and you get a scrambled mesh instead of an error you can see. Hand it a mesh that has been remeshed or decimated since and the movement lands on whatever vertex happens to hold that number. Apply Deltas exists for that case.

Pins

Pin Type Description
Mesh Mesh The mesh to move. Same vertices, same order as the mesh the movements came from.
Delta Deltas The stored per-vertex movements to add.
Pin Type Description
Mesh Mesh The mesh with the movements added.