Remote debugging tools for Blender add-on development.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-09 18:19:44 -07:00
.dictionaries Add dictionaries of Blender words to cspell 2026-08-09 18:16:48 -07:00
.schemas Install TOML .json schemas locally 2026-08-09 18:15:35 -07:00
.vscode Configure pytest settings 2026-08-09 18:15:35 -07:00
src/bpy_debugger Add more examples with typing extensions 2026-08-09 18:19:44 -07:00
typings Add more examples with typing extensions 2026-08-09 18:19:44 -07:00
.cspell.json Add dictionaries of Blender words to cspell 2026-08-09 18:16:48 -07:00
.gitattributes Track .blend files in Git LFS 2026-08-09 18:15:35 -07:00
.gitignore Add root .gitattributes and .gitignore 2026-07-10 23:37:21 -07:00
.python-version Initialize project with uv init --python 3.13 --lib 2026-08-09 18:12:12 -07:00
LICENSE Add GPL-3.0 license 2026-08-09 18:16:47 -07:00
pyproject.toml Add rules to avoid reporting known bpy type hint issues 2026-08-09 18:16:47 -07:00
README.md Initialize project with uv init --python 3.13 --lib 2026-08-09 18:12:12 -07:00
ruff.toml Add rules for Python formatting with ruff 2026-08-09 18:15:35 -07:00
tombi.toml Install TOML .json schemas locally 2026-08-09 18:15:35 -07:00
uv.lock Install fake-bpy-module-5.2 with uv add --dev 2026-08-09 18:16:47 -07:00

bpy Debugger

Light weight setup for attaching debugpy to Blender for add-on development.