Blender Git Commit Log

Git Commits -> Revision 80efd2f

March 1, 2019, 16:19 (GMT)
split core into multiple files

Commit Details:

Full Hash: 80efd2fed822d6eaeaeb8e954f8550f2fb6dc546
Parent Commit: 2cdb3d8
Lines Changed: +269, -240

7 Added Paths:

/source/blender/functions/core/function.cpp (+11, -0) (View)
/source/blender/functions/core/function.hpp (+50, -0) (View)
/source/blender/functions/core/parameter.cpp (+10, -0) (View)
/source/blender/functions/core/parameter.hpp (+44, -0) (View)
/source/blender/functions/core/signature.cpp (+54, -0) (View)
/source/blender/functions/core/signature.hpp (+42, -0) (View)
/source/blender/functions/core/type.hpp (+43, -0) (View)

2 Deleted Paths:

/source/blender/functions/core/core.cpp (+0, -69)
/source/blender/functions/core/core.hpp (+0, -165)

6 Modified Paths:

/source/blender/functions/backends/dependencies/dependencies.hpp (+1, -0) (Diff)
/source/blender/functions/CMakeLists.txt (+7, -2) (Diff)
/source/blender/functions/core/data_flow_graph.hpp (+1, -1) (Diff)
/source/blender/functions/core/type_inferencing.hpp (+1, -1) (Diff)
/source/blender/functions/core/type_relations.hpp (+1, -1) (Diff)
/source/blender/functions/FN_core.hpp (+4, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021