Blender Git Commit Log
Git Commits -> Revision 17672ef
Revision 17672ef by Jacques Lucke (master) February 9, 2021, 10:45 (GMT) |
Geometry Nodes: initial attribute interpolation between domains This patch adds support for accessing corner attributes on the point domain. The immediate benefit of this is that now (interpolated) uv coordinates are available on points without having to use the Point Distribute node. This is also very useful for parts of T84297, because once we have vertex colors, those will also be available on points, even though they are stored per corner. Differential Revision: https://developer.blender.org/D10305 |
Commit Details:
Full Hash: 17672efa0e02172b77eed95bfb977c914a5305b9
Parent Commit: 4601e3a
Lines Changed: +323, -5
1 Added Path:
/source/blender/blenkernel/intern/attribute_math.cc (+58, -0) (View)