Blender Git Commit Log

Git Commits -> Revision 781289e

Revision 781289e by giovanni lanza (master)
October 22, 2021, 13:01 (GMT)
Geometry Nodes: add Boolean and Integer Input nodes

These nodes just output a single value of their respective types,
making it possible to control multiple inputs with the same value.

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

Commit Details:

Full Hash: 781289e31fbec004584b3789c801d1db012dfaa4
Parent Commit: 01e2a53
Committed By: Jacques Lucke
Lines Changed: +176, -0

2 Added Paths:

/source/blender/nodes/function/nodes/node_fn_input_bool.cc (+64, -0) (View)
/source/blender/nodes/function/nodes/node_fn_input_int.cc (+64, -0) (View)

8 Modified Paths:

/release/scripts/startup/nodeitems_builtins.py (+2, -0) (Diff)
/source/blender/blenkernel/BKE_node.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/node.cc (+2, -0) (Diff)
/source/blender/makesdna/DNA_node_types.h (+8, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+28, -0) (Diff)
/source/blender/nodes/CMakeLists.txt (+2, -0) (Diff)
/source/blender/nodes/NOD_function.h (+2, -0) (Diff)
/source/blender/nodes/NOD_static_types.h (+2, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021