Blender Git Loki
Git Commits -> Revision 586210c
Revision 586210c by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) April 6, 2019, 19:44 (GMT) |
use common prefix for function getters |
Commit Details:
Full Hash: 586210c437a0c6fc8763e4c73539affdd2e82a77
Parent Commit: b4a3d03
Lines Changed: +73, -73
18 Modified Paths:
/source/blender/functions/frontends/data_flow_nodes/inserters/conversions.cpp (+3, -3) (Diff)
/source/blender/functions/frontends/data_flow_nodes/inserters/nodes.cpp (+21, -21) (Diff)
/source/blender/functions/functions/auto_vectorization.cpp (+5, -5) (Diff)
/source/blender/functions/functions/auto_vectorization.hpp (+1, -1) (Diff)
/source/blender/functions/functions/lists.cpp (+7, -7) (Diff)
/source/blender/functions/functions/lists.hpp (+6, -6) (Diff)
/source/blender/functions/functions/object_input.cpp (+1, -1) (Diff)
/source/blender/functions/functions/object_input.hpp (+1, -1) (Diff)
/source/blender/functions/functions/random.cpp (+1, -1) (Diff)
/source/blender/functions/functions/random.hpp (+1, -1) (Diff)
/source/blender/functions/functions/scalar_math.cpp (+6, -6) (Diff)
/source/blender/functions/functions/scalar_math.hpp (+6, -6) (Diff)
/source/blender/functions/functions/simple_conversions.cpp (+2, -2) (Diff)
/source/blender/functions/functions/simple_conversions.hpp (+2, -2) (Diff)
/source/blender/functions/functions/switch.cpp (+1, -1) (Diff)
/source/blender/functions/functions/switch.hpp (+1, -1) (Diff)
/source/blender/functions/functions/vectors.cpp (+4, -4) (Diff)
/source/blender/functions/functions/vectors.hpp (+4, -4) (Diff)
/source/blender/functions/frontends/data_flow_nodes/inserters/nodes.cpp (+21, -21) (Diff)
/source/blender/functions/functions/auto_vectorization.cpp (+5, -5) (Diff)
/source/blender/functions/functions/auto_vectorization.hpp (+1, -1) (Diff)
/source/blender/functions/functions/lists.cpp (+7, -7) (Diff)
/source/blender/functions/functions/lists.hpp (+6, -6) (Diff)
/source/blender/functions/functions/object_input.cpp (+1, -1) (Diff)
/source/blender/functions/functions/object_input.hpp (+1, -1) (Diff)
/source/blender/functions/functions/random.cpp (+1, -1) (Diff)
/source/blender/functions/functions/random.hpp (+1, -1) (Diff)
/source/blender/functions/functions/scalar_math.cpp (+6, -6) (Diff)
/source/blender/functions/functions/scalar_math.hpp (+6, -6) (Diff)
/source/blender/functions/functions/simple_conversions.cpp (+2, -2) (Diff)
/source/blender/functions/functions/simple_conversions.hpp (+2, -2) (Diff)
/source/blender/functions/functions/switch.cpp (+1, -1) (Diff)
/source/blender/functions/functions/switch.hpp (+1, -1) (Diff)
/source/blender/functions/functions/vectors.cpp (+4, -4) (Diff)
/source/blender/functions/functions/vectors.hpp (+4, -4) (Diff)