Blender Git Commit Log
Git Commits -> Revision 4fce0ac
Revision 4fce0ac by Hans Goudey (soc-2021-curves) June 21, 2021, 14:31 (GMT) |
Geometry Nodes: Join dynamic curve attributes in the join geometry node This commit lets the join geometry node transfer dynamic attributes to the result, the same way that point cloud and mesh attributes are joined. The implementation is different though, because of an optimization implemented for curves to avoid copying splines. The result attribute is added with the highest priority domain (points over splines), and the highest complexity data type. If one curve had the attribute on the spline domain but not others, the point domain values will be used. Generally this is a bit lower level than I would have liked this code to be, but should be efficient, and it's really not too complicated. Differential Revision: https://developer.blender.org/D11491 |
Commit Details:
Full Hash: 4fce0ac5d71889b956cdec7259ea405253a0da39
Parent Commit: 65902d2
Committed By: Dilith Jayakody
Lines Changed: +132, -7
1 Modified Path:
/source/blender/nodes/geometry/nodes/node_geo_join_geometry.cc (+132, -7) (Diff)