Blender Git Loki
Git Commits -> Revision c3a3b2e
Revision c3a3b2e by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) March 24, 2019, 15:16 (GMT) |
new Switch node |
Commit Details:
Full Hash: c3a3b2e9b1cd1fa7a44a0a246bb5dff0c8aaf291
Parent Commit: 28a1b80
Lines Changed: +147, -3
3 Added Paths:
/release/scripts/startup/function_nodes/nodes/switch.py (+28, -0) (View)
/source/blender/functions/functions/switch.cpp (+62, -0) (View)
/source/blender/functions/functions/switch.hpp (+9, -0) (View)
/source/blender/functions/functions/switch.cpp (+62, -0) (View)
/source/blender/functions/functions/switch.hpp (+9, -0) (View)
6 Modified Paths:
/source/blender/functions/backends/tuple_call/tuple.hpp (+31, -0) (Diff)
/source/blender/functions/CMakeLists.txt (+2, -0) (Diff)
/source/blender/functions/core/function.hpp (+1, -0) (Diff)
/source/blender/functions/FN_functions.hpp (+2, -1) (Diff)
/source/blender/functions/frontends/data_flow_nodes/inserters/nodes.cpp (+12, -0) (Diff)
/source/blender/functions/functions/lists.cpp (+0, -2) (Diff)
/source/blender/functions/CMakeLists.txt (+2, -0) (Diff)
/source/blender/functions/core/function.hpp (+1, -0) (Diff)
/source/blender/functions/FN_functions.hpp (+2, -1) (Diff)
/source/blender/functions/frontends/data_flow_nodes/inserters/nodes.cpp (+12, -0) (Diff)
/source/blender/functions/functions/lists.cpp (+0, -2) (Diff)