Blender Git Loki
Git Commits -> Revision 519cf76
Revision 519cf76 by Lukas Toenne (depsgraph_refactor) March 21, 2014, 17:49 (GMT) |
Moved graphviz debugging code into a new file depsgraph_debug.cpp to keep the query API file clean. |
Commit Details:
Full Hash: 519cf7607c7a87d6cafa867d7b1da4aef14b4480
Parent Commit: ca88abd
Lines Changed: +572, -470
2 Added Paths:
/source/blender/depsgraph/DEG_depsgraph_debug.h (+57, -0) (View)
/source/blender/depsgraph/intern/depsgraph_debug.cpp (+511, -0) (View)
/source/blender/depsgraph/intern/depsgraph_debug.cpp (+511, -0) (View)
5 Modified Paths:
/source/blender/depsgraph/CMakeLists.txt (+2, -0) (Diff)
/source/blender/depsgraph/DEG_depsgraph_query.h (+0, -12) (Diff)
/source/blender/depsgraph/intern/depsgraph_query.cpp (+0, -456) (Diff)
/source/blender/makesrna/intern/rna_depsgraph.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+1, -1) (Diff)
/source/blender/depsgraph/DEG_depsgraph_query.h (+0, -12) (Diff)
/source/blender/depsgraph/intern/depsgraph_query.cpp (+0, -456) (Diff)
/source/blender/makesrna/intern/rna_depsgraph.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+1, -1) (Diff)