Blender Git Commit Log
Git Commits -> Revision f775cfb
Revision f775cfb by Lukas Toenne (depsgraph_refactor) May 30, 2014, 07:37 (GMT) |
New 'mode' property for the info space to draw depsgraph statistics. |
Commit Details:
Full Hash: f775cfbf286d1b963846ea8b17fb2ea366fe6e1d
Parent Commit: b0ad161
Lines Changed: +149, -13
2 Added Paths:
/source/blender/editors/space_info/depsgraphview.c (+44, -0) (View)
/source/blender/editors/space_info/depsgraphview.h (+35, -0) (View)
/source/blender/editors/space_info/depsgraphview.h (+35, -0) (View)
6 Modified Paths:
/source/blender/editors/space_info/CMakeLists.txt (+3, -0) (Diff)
/source/blender/editors/space_info/info_draw.c (+25, -0) (Diff)
/source/blender/editors/space_info/info_intern.h (+2, -0) (Diff)
/source/blender/editors/space_info/space_info.c (+18, -11) (Diff)
/source/blender/makesdna/DNA_space_types.h (+9, -1) (Diff)
/source/blender/makesrna/intern/rna_space.c (+13, -1) (Diff)
/source/blender/editors/space_info/info_draw.c (+25, -0) (Diff)
/source/blender/editors/space_info/info_intern.h (+2, -0) (Diff)
/source/blender/editors/space_info/space_info.c (+18, -11) (Diff)
/source/blender/makesdna/DNA_space_types.h (+9, -1) (Diff)
/source/blender/makesrna/intern/rna_space.c (+13, -1) (Diff)