Blender Git Loki
Git Commits -> Revision 725d0be
Revision 725d0be by Joshua Leung (depsgraph_refactor) December 18, 2014, 11:17 (GMT) |
Depsgraph Debugging: Rudimentary stats for depsgraph Added a method/operator which prints out how many operations, relations, and outer nodes we have in the graph at a time. This is mostly useful to check on the complexity of rig files (e.g. koro from caminandes). |
Commit Details:
Full Hash: 725d0be5d6d2a3d463047e00158e58116ddac475
Parent Commit: 3e12395
Lines Changed: +87, -0
5 Modified Paths:
/release/scripts/startup/bl_operators/anim.py (+11, -0) (Diff)
/release/scripts/startup/bl_ui/space_info.py (+1, -0) (Diff)
/source/blender/depsgraph/DEG_depsgraph_debug.h (+7, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_debug.cpp (+48, -0) (Diff)
/source/blender/makesrna/intern/rna_depsgraph.c (+20, -0) (Diff)
/release/scripts/startup/bl_ui/space_info.py (+1, -0) (Diff)
/source/blender/depsgraph/DEG_depsgraph_debug.h (+7, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_debug.cpp (+48, -0) (Diff)
/source/blender/makesrna/intern/rna_depsgraph.c (+20, -0) (Diff)