Blender Git Loki
Git Commits -> Revision 9dddd18
Revision 9dddd18 by Jacques Lucke (lineart-shadow) December 8, 2021, 06:51 (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: 9dddd18096a3105971ee0426d15117b953e8694c
Parent Commit: b91b863
Committed By: YimingWu
Lines Changed: +21, -320
1 Modified Path:
/source/blender/nodes/geometry/nodes/node_geo_join_geometry.cc (+21, -320) (Diff)