All notable changes to this project will be documented in this file.
See release notes for details.
See release notes for details.
See release notes for details.
See release notes for details.
Initial release. 8 skills, 4 rules, 1 template, and 10 snippets covering Blender 5.1 Python development with 4.5 LTS fallback support.
- 8 skills:
addon-scaffolding,operators,ui-panels,custom-properties,mesh-editing-and-bmesh,headless-batch-scripting,slotted-actions-animation,geometry-nodes-python - 4 rules:
prefer-data-over-ops-in-loops,always-free-bmesh,target-extensions-platform-format,type-annotate-props-and-defend-context - 1 template:
extension-addon-templatedemonstrating Extensions Platform format withregister_classes_factory, aPointerPropertybinding, and symmetricregister/unregister - 10 snippets covering canonical object creation and deletion, depsgraph evaluated mesh, bmesh load-edit-free,
temp_overridecontext,foreach_setvertex bulk write,register_classes_factory,PointerPropertybinding, cross-version property delete, and theaction_ensure_channelbag_for_slotslotted-actions bridge - CI/CD:
validate.yml(withvalidate-counts),drift-check.yml(consumingdrift-check@v1.9),release.yml(consumingrelease-doc-sync@v1),label-sync.yml(self-healing per-labelgh label create --force) dependabot.ymlcovering thegithub-actionsecosystem- Standards-version markers at
1.9.1throughout