Blender Git Loki
Git Commits -> Revision 28a1b80
Revision 28a1b80 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) March 24, 2019, 15:14 (GMT) |
new Boolean type |
Commit Details:
Full Hash: 28a1b801b128c97287c82752de4ac4d769003bb7
Parent Commit: b033626
Lines Changed: +113, -2
2 Added Paths:
/source/blender/functions/types/boolean.cpp (+68, -0) (View)
/source/blender/functions/types/boolean.hpp (+9, -0) (View)
/source/blender/functions/types/boolean.hpp (+9, -0) (View)
6 Modified Paths:
/release/scripts/startup/function_nodes/sockets.py (+19, -0) (Diff)
/release/scripts/startup/function_nodes/types.py (+2, -0) (Diff)
/source/blender/functions/CMakeLists.txt (+3, -1) (Diff)
/source/blender/functions/FN_types.hpp (+2, -1) (Diff)
/source/blender/functions/frontends/data_flow_nodes/builder.cpp (+3, -0) (Diff)
/source/blender/functions/frontends/data_flow_nodes/inserters/sockets.cpp (+7, -0) (Diff)
/release/scripts/startup/function_nodes/types.py (+2, -0) (Diff)
/source/blender/functions/CMakeLists.txt (+3, -1) (Diff)
/source/blender/functions/FN_types.hpp (+2, -1) (Diff)
/source/blender/functions/frontends/data_flow_nodes/builder.cpp (+3, -0) (Diff)
/source/blender/functions/frontends/data_flow_nodes/inserters/sockets.cpp (+7, -0) (Diff)