Blender Git Commit Log
Git Commits -> Revision 3245372
Revision 3245372 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) November 1, 2019, 18:05 (GMT) |
initial functions2 folder |
Commit Details:
Full Hash: 324537287f62cd6876faf32e83f7e9795f8110c6
Parent Commit: 6379f1d
Lines Changed: +374, -4
7 Added Paths:
/source/blender/functions2/CMakeLists.txt (+39, -0) (View)
/source/blender/functions2/FN_cpp_type.h (+160, -0) (View)
/source/blender/functions2/FN_initialize.h (+10, -0) (View)
/source/blender/functions2/intern/cpp_type.cc (+9, -0) (View)
/source/blender/functions2/intern/cpp_types.cc (+120, -0) (View)
/source/blender/functions2/intern/cpp_types.h (+11, -0) (View)
/source/blender/functions2/intern/initialize.cc (+12, -0) (View)
/source/blender/functions2/FN_cpp_type.h (+160, -0) (View)
/source/blender/functions2/FN_initialize.h (+10, -0) (View)
/source/blender/functions2/intern/cpp_type.cc (+9, -0) (View)
/source/blender/functions2/intern/cpp_types.cc (+120, -0) (View)
/source/blender/functions2/intern/cpp_types.h (+11, -0) (View)
/source/blender/functions2/intern/initialize.cc (+12, -0) (View)
8 Modified Paths:
/source/blender/CMakeLists.txt (+1, -0) (Diff)
/source/blender/functions/FN_all-c.h (+2, -2) (Diff)
/source/blender/functions/initialize.cpp (+2, -2) (Diff)
/source/blender/modifiers/CMakeLists.txt (+1, -0) (Diff)
/source/blender/windowmanager/CMakeLists.txt (+1, -0) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+2, -0) (Diff)
/source/creator/CMakeLists.txt (+2, -0) (Diff)
/source/creator/creator.c (+2, -0) (Diff)
/source/blender/functions/FN_all-c.h (+2, -2) (Diff)
/source/blender/functions/initialize.cpp (+2, -2) (Diff)
/source/blender/modifiers/CMakeLists.txt (+1, -0) (Diff)
/source/blender/windowmanager/CMakeLists.txt (+1, -0) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+2, -0) (Diff)
/source/creator/CMakeLists.txt (+2, -0) (Diff)
/source/creator/creator.c (+2, -0) (Diff)