Template repository for making Blender extensions
Find a file Use this template
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-09 17:53:21 -07:00
.dictionaries Add dictionaries of Blender words to cspell 2026-08-09 17:53:20 -07:00
.schemas Install TOML .json schemas locally 2026-08-08 17:17:59 -07:00
.vscode Configure pytest settings 2026-08-08 17:17:59 -07:00
src/blender_extension_template Add more examples with typing extensions 2026-08-09 17:53:21 -07:00
typings Add more examples with typing extensions 2026-08-09 17:53:21 -07:00
.cspell.json Add dictionaries of Blender words to cspell 2026-08-09 17:53:20 -07:00
.gitattributes Track .blend files in Git LFS 2026-08-08 17:17:59 -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-08 16:05:55 -07:00
LICENSE Add GPL-3.0 license 2026-08-09 10:42:17 -07:00
pyproject.toml Add rules to avoid reporting known bpy type hint issues 2026-08-09 10:42:17 -07:00
README.md Initialize project with uv init --python 3.13 --lib 2026-08-08 16:05:55 -07:00
ruff.toml Add rules for Python formatting with ruff 2026-08-08 17:17:59 -07:00
tombi.toml Install TOML .json schemas locally 2026-08-08 17:17:59 -07:00
uv.lock Install fake-bpy-module-5.2 with uv add --dev 2026-08-08 17:18:00 -07:00

Blender Extension

Repository for the source code of this new extension add-on for Blender.