Blender Git Commit Log
Git Commits -> Revision ed4b2ba
Revision ed4b2ba by Johnny Matthews (master) June 16, 2021, 03:31 (GMT) |
Geometry Nodes: Separate Components Node Implementation of T86970. This node takes a geometry input with multiple components and outputs them by component type. Meshes, Curves, and Point Clouds support combining multiple input instances, while volumes will only output the first volume component input until suitable instance realization for multiple volumes is finished. When direct geometry instancing is implemented it will be possible to avoid realizing instances in this node. Differential Revision: https://developer.blender.org/D11577 |
Commit Details:
Full Hash: ed4b2ba75a47a01543b0e28d911a78a124775423
Parent Commit: 2209321
Committed By: Hans Goudey
Lines Changed: +93, -3
1 Added Path:
/source/blender/nodes/geometry/nodes/node_geo_separate_components.cc (+77, -0) (View)
7 Modified Paths:
/release/scripts/startup/nodeitems_builtins.py (+1, -0) (Diff)
/source/blender/blenkernel/BKE_node.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/geometry_set_instances.cc (+10, -3) (Diff)
/source/blender/blenkernel/intern/node.cc (+1, -0) (Diff)
/source/blender/nodes/CMakeLists.txt (+1, -0) (Diff)
/source/blender/nodes/NOD_geometry.h (+1, -0) (Diff)
/source/blender/nodes/NOD_static_types.h (+1, -0) (Diff)
/source/blender/blenkernel/BKE_node.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/geometry_set_instances.cc (+10, -3) (Diff)
/source/blender/blenkernel/intern/node.cc (+1, -0) (Diff)
/source/blender/nodes/CMakeLists.txt (+1, -0) (Diff)
/source/blender/nodes/NOD_geometry.h (+1, -0) (Diff)
/source/blender/nodes/NOD_static_types.h (+1, -0) (Diff)