Go to file
2024-09-22 17:23:15 +02:00
images add images 2024-09-14 18:42:52 +02:00
viewer use same license consistently 2024-09-22 17:22:22 +02:00
__init__.py support depsgraph drawing 2024-09-14 16:05:10 +02:00
.gitignore ignore locally extracted versions of the packaged extension 2024-09-22 17:21:07 +02:00
AUTHORS initial commit 2024-09-14 13:43:05 +02:00
blender_manifest.toml ignore some more files 2024-09-22 17:23:15 +02:00
depsgraph.py use same license consistently 2024-09-22 17:22:22 +02:00
dot_viewer.py use same license consistently 2024-09-22 17:22:22 +02:00
node_tree.py use same license consistently 2024-09-22 17:22:22 +02:00
README.md correct readme 2024-09-15 00:47:41 +02:00

Core Debug Tools for Blender

The features can be found in the following menus:

  • Topbar > Help > Debug
  • Node Editor > Node > Debug

This extension bundles a viewer for dot graph files which is based on d3-graphviz. The only dependency is a browser that supports WebAssembly.

Build Instructions

The Python code does not require any build steps.

However, the extension also contains an HTML viewer which needs to be build in the viewer directory.

  • cd viewer
  • npm install
  • npm run build