Page MenuHome

Depsgraph Debug: add an operator to generate an SVG and open in browser.
ClosedPublic

Authored by Alexander Gavrilov (angavrilov) on Jun 29 2022, 7:07 PM.

Details

Summary

Rather than converting the dependency graph to a bitmap image,
it is more advantageous to use the vector SVG format and open it
in a web browser (any modern browser supports the format), because
it allows text searches within the image.

This patch adds a new operator and button that does just that.

Diff Detail

Repository
rBA Blender Add-ons
Branch
temp-angavrilov-svg-depsgraph
Build Status
Buildable 22778
Build 22778: arc lint + arc unit