Blender Git Commit Log

Git Commits -> Revision 71ded26

Revision 71ded26 by Johnny Matthews (soc-2021-curves)
June 21, 2021, 14: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: 71ded26870d913a0d516d24c00d58264b27b56c6
Parent Commit: 883889b
Committed By: Dilith Jayakody
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)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021