Blender Git Commit Log
Git Commits -> Revision 506d672
Revision 506d672 by Jacques Lucke (master) December 1, 2021, 16:57 (GMT) |
Geometry Nodes: deduplicate join geometry code The Realize Instances and Join Geometry node can share most of their code. Until now, both nodes had their own implementations though. This patch removes the implementation in the Join Geometry node in favor of the more general Realize Instances implementation. This removes an optimization for avoiding spline copies. This can be brought back later. The realize instances code has to be rewritten to support attribute instances anyway. Differential Revision: https://developer.blender.org/D13417 |
Commit Details:
Full Hash: 506d67252473f7402a936ad74edbf97d363eae26
Parent Commit: d54a08c
Lines Changed: +21, -320
1 Modified Path:
/source/blender/nodes/geometry/nodes/node_geo_join_geometry.cc (+21, -320) (Diff)