Blender Git Commit Log
Git Commits -> Revision 87b472e
Revision 87b472e by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) April 6, 2019, 19:48 (GMT) |
use common prefix for type getters |
Commit Details:
Full Hash: 87b472e1f64962ede167a758b4974bba8a971d50
Parent Commit: 586210c
Lines Changed: +62, -62
15 Modified Paths:
/source/blender/functions/frontends/data_flow_nodes/builder.cpp (+7, -7) (Diff)
/source/blender/functions/functions/lists.cpp (+5, -5) (Diff)
/source/blender/functions/functions/object_input.cpp (+1, -1) (Diff)
/source/blender/functions/functions/random.cpp (+4, -4) (Diff)
/source/blender/functions/functions/scalar_math.cpp (+11, -11) (Diff)
/source/blender/functions/functions/simple_conversions.cpp (+2, -2) (Diff)
/source/blender/functions/functions/switch.cpp (+1, -1) (Diff)
/source/blender/functions/functions/vectors.cpp (+15, -15) (Diff)
/source/blender/functions/types/boolean.cpp (+1, -1) (Diff)
/source/blender/functions/types/boolean.hpp (+1, -1) (Diff)
/source/blender/functions/types/numeric.cpp (+3, -3) (Diff)
/source/blender/functions/types/numeric.hpp (+3, -3) (Diff)
/source/blender/functions/types/numeric_lists.cpp (+3, -3) (Diff)
/source/blender/functions/types/numeric_lists.hpp (+3, -3) (Diff)
/source/blender/functions/types/types-c.cpp (+2, -2) (Diff)
/source/blender/functions/functions/lists.cpp (+5, -5) (Diff)
/source/blender/functions/functions/object_input.cpp (+1, -1) (Diff)
/source/blender/functions/functions/random.cpp (+4, -4) (Diff)
/source/blender/functions/functions/scalar_math.cpp (+11, -11) (Diff)
/source/blender/functions/functions/simple_conversions.cpp (+2, -2) (Diff)
/source/blender/functions/functions/switch.cpp (+1, -1) (Diff)
/source/blender/functions/functions/vectors.cpp (+15, -15) (Diff)
/source/blender/functions/types/boolean.cpp (+1, -1) (Diff)
/source/blender/functions/types/boolean.hpp (+1, -1) (Diff)
/source/blender/functions/types/numeric.cpp (+3, -3) (Diff)
/source/blender/functions/types/numeric.hpp (+3, -3) (Diff)
/source/blender/functions/types/numeric_lists.cpp (+3, -3) (Diff)
/source/blender/functions/types/numeric_lists.hpp (+3, -3) (Diff)
/source/blender/functions/types/types-c.cpp (+2, -2) (Diff)