Blender Git Commit Log
Git Commits -> Revision 3853111
Revision 3853111 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) May 12, 2019, 18:04 (GMT) |
initial support for defaults when using auto vectorization |
Commit Details:
Full Hash: 38531114f7b41dc0fdcde47cedd83377ac802886
Parent Commit: 4a21939
Lines Changed: +270, -40
8 Modified Paths:
/source/blender/functions/frontends/data_flow_nodes/inserters/nodes.cpp (+35, -11) (Diff)
/source/blender/functions/functions/auto_vectorization.cpp (+28, -22) (Diff)
/source/blender/functions/functions/auto_vectorization.hpp (+2, -1) (Diff)
/source/blender/functions/functions/scalar_math.cpp (+129, -0) (Diff)
/source/blender/functions/functions/scalar_math.hpp (+7, -0) (Diff)
/source/blender/functions/functions/simple_conversions.cpp (+6, -6) (Diff)
/source/blender/functions/functions/vectors.cpp (+60, -0) (Diff)
/source/blender/functions/functions/vectors.hpp (+3, -0) (Diff)
/source/blender/functions/functions/auto_vectorization.cpp (+28, -22) (Diff)
/source/blender/functions/functions/auto_vectorization.hpp (+2, -1) (Diff)
/source/blender/functions/functions/scalar_math.cpp (+129, -0) (Diff)
/source/blender/functions/functions/scalar_math.hpp (+7, -0) (Diff)
/source/blender/functions/functions/simple_conversions.cpp (+6, -6) (Diff)
/source/blender/functions/functions/vectors.cpp (+60, -0) (Diff)
/source/blender/functions/functions/vectors.hpp (+3, -0) (Diff)