Blender Git Commit Log
Git Commits -> Revision 9fe7c33
Revision 9fe7c33 by Joshua Leung (depsgraph_refactor) January 29, 2015, 12:28 (GMT) |
Depsgraph WIP: Basic support for OGDF export This introduces initial preliminary support for OGDF export, including the code to populate the graph, and all the supporting operator/rna stuff. Much of this has been copied + adapted from the code for the GraphViz exporting, though we are likely to need to adapt this later on. * Currently, there is no layout engine used, so the exported graph won't look like anything exists. But, at least all the data does get exported. * Debugging Note: Crashes related to the ogdf string class when assigning to attributes occur if you don't set the GraphAttributes flag corresponding to that attribute. |
Commit Details:
Full Hash: 9fe7c3374219af6a6da6dcfe568da26e4f0351b8
Parent Commit: c30b64c
Lines Changed: +202, -52
5 Modified Paths:
/release/scripts/startup/bl_operators/anim.py (+35, -1) (Diff)
/release/scripts/startup/bl_ui/space_info.py (+2, -1) (Diff)
/source/blender/depsgraph/DEG_depsgraph_debug.h (+2, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_debug_ogdf.cpp (+151, -49) (Diff)
/source/blender/makesrna/intern/rna_depsgraph.c (+12, -0) (Diff)
/release/scripts/startup/bl_ui/space_info.py (+2, -1) (Diff)
/source/blender/depsgraph/DEG_depsgraph_debug.h (+2, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_debug_ogdf.cpp (+151, -49) (Diff)
/source/blender/makesrna/intern/rna_depsgraph.c (+12, -0) (Diff)