Blender Git Commit Log
Git Commits -> Revision e0ebaf8
Revision e0ebaf8 by Eitan (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) August 12, 2019, 14:24 (GMT) |
Add multiply and divide to vector math node Differential Revision: https://developer.blender.org/D5430 |
Commit Details:
Full Hash: e0ebaf8f3c076b1258e8cbfee6d1bacd6325bf2c
Parent Commit: 8aa6ff8
Committed By: Jacques Lucke
Lines Changed: +185, -115
7 Modified Paths:
/release/scripts/startup/nodes/function_nodes/vector.py (+5, -3) (Diff)
/source/blender/blenlib/BLI_math.hpp (+15, -0) (Diff)
/source/blender/functions/backends/cpp/list.hpp (+0, -1) (Diff)
/source/blender/functions/backends/llvm/builder.hpp (+10, -5) (Diff)
/source/blender/functions/frontends/data_flow_nodes/mappings/node_inserters.cpp (+7, -3) (Diff)
/source/blender/functions/functions/vectors.cpp (+145, -102) (Diff)
/source/blender/functions/functions/vectors.hpp (+3, -1) (Diff)
/source/blender/blenlib/BLI_math.hpp (+15, -0) (Diff)
/source/blender/functions/backends/cpp/list.hpp (+0, -1) (Diff)
/source/blender/functions/backends/llvm/builder.hpp (+10, -5) (Diff)
/source/blender/functions/frontends/data_flow_nodes/mappings/node_inserters.cpp (+7, -3) (Diff)
/source/blender/functions/functions/vectors.cpp (+145, -102) (Diff)
/source/blender/functions/functions/vectors.hpp (+3, -1) (Diff)