Blender Git Loki
Git Commits -> Revision 451884d
Revision 451884d by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, functions-temp, particle-solver-dev, simulation-tree) February 28, 2019, 11:25 (GMT) |
better separation between functions and nodes |
Commit Details:
Full Hash: 451884d2ea65e5519ead68b619a22f1598910cc7
Parent Commit: 367b065
Lines Changed: +391, -275
10 Added Paths:
/source/blender/functions/FN_functions_core.hpp (+8, -0) (View)
/source/blender/functions/FN_functions_types.hpp (+3, -0) (View)
/source/blender/functions/functions/object_input.cpp (+45, -0) (View)
/source/blender/functions/functions/object_input.hpp (+11, -0) (View)
/source/blender/functions/functions/random.cpp (+47, -0) (View)
/source/blender/functions/functions/random.hpp (+9, -0) (View)
/source/blender/functions/functions/scalar_math.cpp (+131, -0) (View)
/source/blender/functions/functions/scalar_math.hpp (+13, -0) (View)
/source/blender/functions/functions/vectors.cpp (+82, -0) (View)
/source/blender/functions/functions/vectors.hpp (+11, -0) (View)
/source/blender/functions/FN_functions_types.hpp (+3, -0) (View)
/source/blender/functions/functions/object_input.cpp (+45, -0) (View)
/source/blender/functions/functions/object_input.hpp (+11, -0) (View)
/source/blender/functions/functions/random.cpp (+47, -0) (View)
/source/blender/functions/functions/random.hpp (+9, -0) (View)
/source/blender/functions/functions/scalar_math.cpp (+131, -0) (View)
/source/blender/functions/functions/scalar_math.hpp (+13, -0) (View)
/source/blender/functions/functions/vectors.cpp (+82, -0) (View)
/source/blender/functions/functions/vectors.hpp (+11, -0) (View)
1 Deleted Path:
/source/blender/functions/types/types.hpp (+0, -3)