Blender Git Commit Log
Git Commits -> Revision 59d589e
Revision 59d589e by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, functions-temp, particle-solver-dev, simulation-tree) February 10, 2019, 19:14 (GMT) |
move concrete type definitions into separate translation unit |
Commit Details:
Full Hash: 59d589e736d9a0aa8fb63c078e9a96b0077f695f
Parent Commit: 4c39417
Lines Changed: +90, -67
2 Added Paths:
/source/blender/functions/core/cpu.cpp (+28, -0) (View)
/source/blender/functions/types/numeric.cpp (+41, -0) (View)
/source/blender/functions/types/numeric.cpp (+41, -0) (View)
6 Modified Paths:
/source/blender/functions/CMakeLists.txt (+2, -0) (Diff)
/source/blender/functions/core/core.hpp (+1, -1) (Diff)
/source/blender/functions/core/cpu.hpp (+4, -14) (Diff)
/source/blender/functions/c_wrapper.cpp (+10, -20) (Diff)
/source/blender/functions/FN_functions.h (+1, -1) (Diff)
/source/blender/functions/types/numeric.hpp (+3, -31) (Diff)
/source/blender/functions/core/core.hpp (+1, -1) (Diff)
/source/blender/functions/core/cpu.hpp (+4, -14) (Diff)
/source/blender/functions/c_wrapper.cpp (+10, -20) (Diff)
/source/blender/functions/FN_functions.h (+1, -1) (Diff)
/source/blender/functions/types/numeric.hpp (+3, -31) (Diff)