Blender Git Commit Log
Git Commits -> Revision 060a6c0
Revision 060a6c0 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, functions-temp, particle-solver-dev, simulation-tree) February 28, 2019, 11:31 (GMT) |
rename function headers |
Commit Details:
Full Hash: 060a6c0e0621d2d1c8e6a41261d87a5472996a7a
Parent Commit: 451884d
Lines Changed: +102, -102
4 Added Paths:
/source/blender/functions/FN-C.h (+66, -0) (View)
/source/blender/functions/FN_all.hpp (+4, -0) (View)
/source/blender/functions/FN_core.hpp (+8, -0) (View)
/source/blender/functions/FN_types.hpp (+3, -0) (View)
/source/blender/functions/FN_all.hpp (+4, -0) (View)
/source/blender/functions/FN_core.hpp (+8, -0) (View)
/source/blender/functions/FN_types.hpp (+3, -0) (View)
4 Deleted Paths:
/source/blender/functions/FN_functions.h (+0, -66)
/source/blender/functions/FN_functions.hpp (+0, -4)
/source/blender/functions/FN_functions_core.hpp (+0, -8)
/source/blender/functions/FN_functions_types.hpp (+0, -3)
/source/blender/functions/FN_functions.hpp (+0, -4)
/source/blender/functions/FN_functions_core.hpp (+0, -8)
/source/blender/functions/FN_functions_types.hpp (+0, -3)
17 Modified Paths:
/source/blender/blenkernel/intern/fcurve.c (+1, -1) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_relations.cc (+1, -1) (Diff)
/source/blender/functions/CMakeLists.txt (+4, -4) (Diff)
/source/blender/functions/c_wrapper.cpp (+2, -2) (Diff)
/source/blender/functions/functions/object_input.cpp (+1, -1) (Diff)
/source/blender/functions/functions/object_input.hpp (+1, -1) (Diff)
/source/blender/functions/functions/random.cpp (+1, -1) (Diff)
/source/blender/functions/functions/random.hpp (+1, -1) (Diff)
/source/blender/functions/functions/scalar_math.cpp (+1, -1) (Diff)
/source/blender/functions/functions/scalar_math.hpp (+1, -1) (Diff)
/source/blender/functions/functions/vectors.cpp (+1, -1) (Diff)
/source/blender/functions/functions/vectors.hpp (+1, -1) (Diff)
/source/blender/functions/nodes/nodes.hpp (+1, -1) (Diff)
/source/blender/functions/types/numeric.hpp (+1, -1) (Diff)
/source/blender/modifiers/intern/MOD_displace.c (+1, -1) (Diff)
/source/blender/modifiers/intern/MOD_functiondeform.c (+1, -1) (Diff)
/source/creator/creator.c (+1, -1) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_relations.cc (+1, -1) (Diff)
/source/blender/functions/CMakeLists.txt (+4, -4) (Diff)
/source/blender/functions/c_wrapper.cpp (+2, -2) (Diff)
/source/blender/functions/functions/object_input.cpp (+1, -1) (Diff)
/source/blender/functions/functions/object_input.hpp (+1, -1) (Diff)
/source/blender/functions/functions/random.cpp (+1, -1) (Diff)
/source/blender/functions/functions/random.hpp (+1, -1) (Diff)
/source/blender/functions/functions/scalar_math.cpp (+1, -1) (Diff)
/source/blender/functions/functions/scalar_math.hpp (+1, -1) (Diff)
/source/blender/functions/functions/vectors.cpp (+1, -1) (Diff)
/source/blender/functions/functions/vectors.hpp (+1, -1) (Diff)
/source/blender/functions/nodes/nodes.hpp (+1, -1) (Diff)
/source/blender/functions/types/numeric.hpp (+1, -1) (Diff)
/source/blender/modifiers/intern/MOD_displace.c (+1, -1) (Diff)
/source/blender/modifiers/intern/MOD_functiondeform.c (+1, -1) (Diff)
/source/creator/creator.c (+1, -1) (Diff)