Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2021-06-14 23:13:43 +0300
committerHans Goudey <h.goudey@me.com>2021-06-14 23:13:43 +0300
commit61fdc450342e28007faea2e1696afc2ff034d6b9 (patch)
treea5e104a0da07402e916af1be05cfb8f0fe1044a2 /intern/ghost
parentbf7f918a0ef7144f1015905fae22203528cc9100 (diff)
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
Diffstat (limited to 'intern/ghost')
0 files changed, 0 insertions, 0 deletions