Blender Git Commit Log
Git Commits -> Revision 6ffab86
Revision 6ffab86 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 5, 2019, 07:56 (GMT) |
simplify naming for lazy init macros |
Commit Details:
Full Hash: 6ffab86a4dbbc296bd6f2ed5bd4caa853ce7dade
Parent Commit: 63c4712
Lines Changed: +56, -61
13 Modified Paths:
/source/blender/blenlib/BLI_lazy_init.hpp (+12, -17) (Diff)
/source/blender/blenlib/intern/BLI_lazy_init.cpp (+1, -1) (Diff)
/source/blender/functions/frontends/data_flow_nodes/inserters.cpp (+1, -1) (Diff)
/source/blender/functions/functions/auto_vectorization.cpp (+1, -1) (Diff)
/source/blender/functions/functions/lists.cpp (+1, -1) (Diff)
/source/blender/functions/functions/random.cpp (+1, -1) (Diff)
/source/blender/functions/functions/ranges.cpp (+1, -1) (Diff)
/source/blender/functions/functions/scalar_math.cpp (+12, -12) (Diff)
/source/blender/functions/functions/simple_conversions.cpp (+12, -12) (Diff)
/source/blender/functions/functions/vectors.cpp (+6, -6) (Diff)
/source/blender/functions/types/boolean.cpp (+1, -1) (Diff)
/source/blender/functions/types/numeric.cpp (+3, -3) (Diff)
/source/blender/functions/types/numeric_lists.cpp (+4, -4) (Diff)
/source/blender/blenlib/intern/BLI_lazy_init.cpp (+1, -1) (Diff)
/source/blender/functions/frontends/data_flow_nodes/inserters.cpp (+1, -1) (Diff)
/source/blender/functions/functions/auto_vectorization.cpp (+1, -1) (Diff)
/source/blender/functions/functions/lists.cpp (+1, -1) (Diff)
/source/blender/functions/functions/random.cpp (+1, -1) (Diff)
/source/blender/functions/functions/ranges.cpp (+1, -1) (Diff)
/source/blender/functions/functions/scalar_math.cpp (+12, -12) (Diff)
/source/blender/functions/functions/simple_conversions.cpp (+12, -12) (Diff)
/source/blender/functions/functions/vectors.cpp (+6, -6) (Diff)
/source/blender/functions/types/boolean.cpp (+1, -1) (Diff)
/source/blender/functions/types/numeric.cpp (+3, -3) (Diff)
/source/blender/functions/types/numeric_lists.cpp (+4, -4) (Diff)