Blender Git Loki
Git Commits -> Revision af02159
January 12, 2016, 11:22 (GMT) |
Added a simple operator and panel for one-click debug display of bvm node visualizations. This was formerly part of an addon, but is useful enough to include directly in the branch for debugging purposes. It uses the existing graphviz dump functions to write into a temp dot file, then runs graphviz on it and opens the resulting image in the standard system image viewer. This is tailored for linux systems, but that shouldn't be a big issue since most developers (who are the target audience) use this platform anyway. |
Commit Details:
Full Hash: af0215918e9cfe37b43f34dff9f9268cd3e86155
Parent Commit: 9fccaad
Lines Changed: +111, -0
1 Added Path:
/release/scripts/nodes/bvm_debug.py (+110, -0) (View)
1 Modified Path:
/release/scripts/nodes/__init__.py (+1, -0) (Diff)