Blender Git Commit Log

Git Commits -> Revision 1f8485a

Revision 1f8485a by Hans Goudey (master)
August 5, 2021, 23:42 (GMT)
Geometry Nodes: Select by Handle Type Node

Just like the "Select by Material" node, this node outputs a
boolean attribute for control points that have a matching handle
type. By default left and right handles are considered, but it's
possible to only check one side with the toggle in the node.

Differential Revision: https://developer.blender.org/D12135

Commit Details:

Full Hash: 1f8485ae8222d4bcf6c71b8156bc61525cc5f391
Parent Commit: bc0d55e
Lines Changed: +208, -30

1 Added Path:

/source/blender/nodes/geometry/nodes/node_geo_curve_select_by_handle_type.cc (+147, -0) (View)

8 Modified Paths:

/release/scripts/startup/nodeitems_builtins.py (+1, -0) (Diff)
/source/blender/blenkernel/BKE_node.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/node.cc (+1, -0) (Diff)
/source/blender/makesdna/DNA_node_types.h (+7, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+48, -30) (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