Blender Git Commit Log
Git Commits -> Revision 7fbebda
Revision 7fbebda by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, functions-temp, particle-solver-dev, simulation-tree) February 10, 2019, 19:14 (GMT) |
basic code structure |
Commit Details:
Full Hash: 7fbebda942d0b94f8317c321c0543fcdd7de5fa4
Parent Commit: ade4c61
Lines Changed: +308, -65
8 Added Paths:
/source/blender/blenlib/BLI_small_vector.hpp (+17, -0) (View)
/source/blender/functions/CMakeLists.txt (+20, -0) (View)
/source/blender/functions/FN_functions.h (+69, -0) (View)
/source/blender/functions/FN_functions.hpp (+64, -0) (View)
/source/blender/functions/intern/c_wrapper.cpp (+33, -0) (View)
/source/blender/functions/intern/function.cpp (+28, -0) (View)
/source/blender/functions/types/numeric.hpp (+39, -0) (View)
/source/blender/functions/types/types.hpp (+3, -0) (View)
/source/blender/functions/CMakeLists.txt (+20, -0) (View)
/source/blender/functions/FN_functions.h (+69, -0) (View)
/source/blender/functions/FN_functions.hpp (+64, -0) (View)
/source/blender/functions/intern/c_wrapper.cpp (+33, -0) (View)
/source/blender/functions/intern/function.cpp (+28, -0) (View)
/source/blender/functions/types/numeric.hpp (+39, -0) (View)
/source/blender/functions/types/types.hpp (+3, -0) (View)
1 Deleted Path:
/source/blender/functions/FN_funtions.h (+0, -65)
7 Modified Paths:
/build_files/cmake/macros.cmake (+1, -0) (Diff)
/source/blender/blenlib/CMakeLists.txt (+2, -0) (Diff)
/source/blender/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/object/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/object/object_edit.c (+26, -0) (Diff)
/source/blender/editors/object/object_intern.h (+2, -0) (Diff)
/source/blender/editors/object/object_ops.c (+2, -0) (Diff)
/source/blender/blenlib/CMakeLists.txt (+2, -0) (Diff)
/source/blender/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/object/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/object/object_edit.c (+26, -0) (Diff)
/source/blender/editors/object/object_intern.h (+2, -0) (Diff)
/source/blender/editors/object/object_ops.c (+2, -0) (Diff)