Blender Git Commit Log
Git Commits -> Revision 5296f03
Revision 5296f03 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) April 6, 2019, 15:21 (GMT) |
initial generic automatic vectorization, used in Combine Vector node |
Commit Details:
Full Hash: 5296f03f9ffefc6e64d13462729a9b00a6ce389f
Parent Commit: acbfda0
Lines Changed: +308, -4
2 Added Paths:
/source/blender/functions/functions/auto_vectorization.cpp (+233, -0) (View)
/source/blender/functions/functions/auto_vectorization.hpp (+11, -0) (View)
/source/blender/functions/functions/auto_vectorization.hpp (+11, -0) (View)
6 Modified Paths:
/source/blender/blenlib/BLI_small_vector.hpp (+5, -0) (Diff)
/source/blender/functions/backends/tuple_call/tuple_call.hpp (+8, -0) (Diff)
/source/blender/functions/CMakeLists.txt (+2, -0) (Diff)
/source/blender/functions/FN_functions.hpp (+2, -1) (Diff)
/source/blender/functions/frontends/data_flow_nodes/inserters/nodes.cpp (+44, -1) (Diff)
/source/blender/functions/functions/vectors.cpp (+3, -2) (Diff)
/source/blender/functions/backends/tuple_call/tuple_call.hpp (+8, -0) (Diff)
/source/blender/functions/CMakeLists.txt (+2, -0) (Diff)
/source/blender/functions/FN_functions.hpp (+2, -1) (Diff)
/source/blender/functions/frontends/data_flow_nodes/inserters/nodes.cpp (+44, -1) (Diff)
/source/blender/functions/functions/vectors.cpp (+3, -2) (Diff)