Blender Git Commit Log
Git Commits -> Revision cd1a88a
Revision cd1a88a by Lukas Toenne (depsgraph_refactor) March 12, 2014, 16:30 (GMT) |
Moved internal headers into the intern/ subdirectory. The depsgraph folder itself with the main API headers can then be made available to other Blender parts while the internal headers are hidden. |
Commit Details:
Full Hash: cd1a88afcef87b7389784edca2a45d3024045a9b
Parent Commit: ab4f618
Lines Changed: +990, -988
5 Added Paths:
/source/blender/depsgraph/intern/depsgraph_eval.h (+124, -0) (View)
/source/blender/depsgraph/intern/depsgraph_intern.h (+339, -0) (View)
/source/blender/depsgraph/intern/depsgraph_queue.h (+90, -0) (View)
/source/blender/depsgraph/intern/depsgraph_types.h (+390, -0) (View)
/source/blender/depsgraph/intern/stubs.h (+40, -0) (View)
/source/blender/depsgraph/intern/depsgraph_intern.h (+339, -0) (View)
/source/blender/depsgraph/intern/depsgraph_queue.h (+90, -0) (View)
/source/blender/depsgraph/intern/depsgraph_types.h (+390, -0) (View)
/source/blender/depsgraph/intern/stubs.h (+40, -0) (View)
5 Deleted Paths:
/source/blender/depsgraph/depsgraph_eval.h (+0, -124)
/source/blender/depsgraph/depsgraph_intern.h (+0, -339)
/source/blender/depsgraph/depsgraph_queue.h (+0, -90)
/source/blender/depsgraph/depsgraph_types.h (+0, -390)
/source/blender/depsgraph/stubs.h (+0, -40)
/source/blender/depsgraph/depsgraph_intern.h (+0, -339)
/source/blender/depsgraph/depsgraph_queue.h (+0, -90)
/source/blender/depsgraph/depsgraph_types.h (+0, -390)
/source/blender/depsgraph/stubs.h (+0, -40)