Blender Git Commit Log

Git Commits -> Revision 61fdc45

Revision 61fdc45 by Hans Goudey (master)
June 14, 2021, 20:13 (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: 61fdc450342e28007faea2e1696afc2ff034d6b9
Parent Commit: bf7f918
Lines Changed: +132, -7

1 Modified Path:

/source/blender/nodes/geometry/nodes/node_geo_join_geometry.cc (+132, -7) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021