Blender Git Loki
Git Commits -> Revision 391ee16
Revision 391ee16 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, functions-temp, particle-solver-dev, simulation-tree) March 10, 2019, 17:29 (GMT) |
new Combine Lists node |
Commit Details:
Full Hash: 391ee167463d09b4299f9689ca8f9ed8166e15ea
Parent Commit: cfafdde
Lines Changed: +81, -12
1 Added Path:
/release/scripts/startup/function_nodes/nodes/combine_lists.py (+14, -0) (View)
5 Modified Paths:
/source/blender/blenlib/BLI_small_vector.hpp (+7, -0) (Diff)
/source/blender/functions/frontends/data_flow_nodes/test_nodes.cpp (+11, -0) (Diff)
/source/blender/functions/functions/lists.cpp (+42, -12) (Diff)
/source/blender/functions/functions/lists.hpp (+1, -0) (Diff)
/source/blender/functions/types/lists.hpp (+6, -0) (Diff)
/source/blender/functions/frontends/data_flow_nodes/test_nodes.cpp (+11, -0) (Diff)
/source/blender/functions/functions/lists.cpp (+42, -12) (Diff)
/source/blender/functions/functions/lists.hpp (+1, -0) (Diff)
/source/blender/functions/types/lists.hpp (+6, -0) (Diff)