Blender Git Commit Log
Git Commits -> Revision cef5bb9
Revision cef5bb9 by Joshua Leung (depsgraph_refactor) March 12, 2014, 13:39 (GMT) |
Move all C-code to "depsgraph" module This makes it easier to grab all the code and dump it in any appropriate directory in the main Blender source code as needed later. It's not clear yet though which directory exactly these will go to (or whether this will need to end up as a separate module, or just mixed into blenkernel, since there will be many cross-references between the two). |
Commit Details:
Full Hash: cef5bb95753c22b7d4881f337eaf9551f4ec1a4e
Parent Commit: d0ad48f
Committed By: Lukas Toenne
Lines Changed: +407, -0
6 Added Paths:
/source/blender/depsgraph/BKE_depsgraph.h (+98, -0) (View)
/source/blender/depsgraph/BKE_depsgraph_query.h (+150, -0) (View)
/source/blender/depsgraph/depsgraph_types.h (+77, -0) (View)
/source/blender/depsgraph/intern/depsgraph_build.c (+28, -0) (View)
/source/blender/depsgraph/intern/depsgraph_core.c (+27, -0) (View)
/source/blender/depsgraph/intern/depsgraph_query.c (+27, -0) (View)
/source/blender/depsgraph/BKE_depsgraph_query.h (+150, -0) (View)
/source/blender/depsgraph/depsgraph_types.h (+77, -0) (View)
/source/blender/depsgraph/intern/depsgraph_build.c (+28, -0) (View)
/source/blender/depsgraph/intern/depsgraph_core.c (+27, -0) (View)
/source/blender/depsgraph/intern/depsgraph_query.c (+27, -0) (View)