Blender Git Commit Log
Git Commits -> Revision 84670db
Revision 84670db by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) April 6, 2019, 10:00 (GMT) |
List Length node and fail early when socket types don't match |
Commit Details:
Full Hash: 84670db6ea12b3839cb57873027f7eb96b5f30f7
Parent Commit: 2e2f289
Lines Changed: +96, -32
1 Added Path:
/release/scripts/startup/function_nodes/nodes/list_length.py (+13, -0) (View)
7 Modified Paths:
/source/blender/functions/frontends/data_flow_nodes/builder.cpp (+12, -11) (Diff)
/source/blender/functions/frontends/data_flow_nodes/builder.hpp (+5, -5) (Diff)
/source/blender/functions/frontends/data_flow_nodes/graph_generation.cpp (+2, -2) (Diff)
/source/blender/functions/frontends/data_flow_nodes/inserters.cpp (+1, -1) (Diff)
/source/blender/functions/frontends/data_flow_nodes/inserters/nodes.cpp (+25, -13) (Diff)
/source/blender/functions/functions/lists.cpp (+37, -0) (Diff)
/source/blender/functions/functions/lists.hpp (+1, -0) (Diff)
/source/blender/functions/frontends/data_flow_nodes/builder.hpp (+5, -5) (Diff)
/source/blender/functions/frontends/data_flow_nodes/graph_generation.cpp (+2, -2) (Diff)
/source/blender/functions/frontends/data_flow_nodes/inserters.cpp (+1, -1) (Diff)
/source/blender/functions/frontends/data_flow_nodes/inserters/nodes.cpp (+25, -13) (Diff)
/source/blender/functions/functions/lists.cpp (+37, -0) (Diff)
/source/blender/functions/functions/lists.hpp (+1, -0) (Diff)