Blender Git Commit Log

Git Commits -> Revision c81ac61

March 21, 2021, 15:11 (GMT)
Geometry Nodes: Implicit interpolations to and from the edge domain

This patch adds the remaining 6 interpolations for mesh domains.
The new interpolations are:
- Corner / point / polygon to edge
- Edge to corner / point / polygon

After this it is possible to adapt an attribute to and from every
mesh domain. This is simple to test with the "Attribute Convert" node.

Though, as a note for the future, there are still some improvements
possible to the interpolations, like lazily calculating values for the
interpolations where it's possible, and slightly improving the
algorithms used for some interpolations, like using corner angles
for polygon to point.

Differential Revision: https://developer.blender.org/D10765

Commit Details:

Full Hash: c81ac61e584984c19beab20d2b9a640c7cb6d476
Parent Commit: eecaca8
Committed By: Julian Eisel
Lines Changed: +257, -0

1 Modified Path:

/source/blender/blenkernel/intern/geometry_component_mesh.cc (+257, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021