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...

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. |
Available in Mesh Morpher Graph and Mesh Morpher Studio.