Blender Git Commit Log
Git Commits -> Revision 5d4bf32
Revision 5d4bf32 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) May 2, 2019, 09:19 (GMT) |
allocate type extensions in type directly This makes sense, since every extension is owned by a Type object. Also this improves thread safety. |
Commit Details:
Full Hash: 5d4bf32c40ee3494c2a675e4519b42e16481abf4
Parent Commit: 9deeb8e
Lines Changed: +76, -42
5 Modified Paths:
/source/blender/blenlib/BLI_composition.hpp (+5, -0) (Diff)
/source/blender/functions/core/type.hpp (+41, -4) (Diff)
/source/blender/functions/types/boolean.cpp (+2, -2) (Diff)
/source/blender/functions/types/numeric.cpp (+8, -8) (Diff)
/source/blender/functions/types/numeric_lists.cpp (+20, -28) (Diff)
/source/blender/functions/core/type.hpp (+41, -4) (Diff)
/source/blender/functions/types/boolean.cpp (+2, -2) (Diff)
/source/blender/functions/types/numeric.cpp (+8, -8) (Diff)
/source/blender/functions/types/numeric_lists.cpp (+20, -28) (Diff)