blender-impl-addons
Installation
SKILL.md
blender-impl-addons
Quick Reference
Decision Tree: Extension vs Legacy Addon
Target Blender version?
├── 4.2+ ──▶ Use Extension System (blender_manifest.toml)
│ ├── Distribute via extensions.blender.org? ──▶ YES: Follow hosted extension rules
│ └── Self-distribute? ──▶ Build .zip with `blender --command extension build`
├── 3.x–4.1 ──▶ Use Legacy Addon (bl_info dict)
└── Support both? ──▶ Use Extension System, set blender_version_min = "4.2.0"
Legacy users must install manually
Decision Tree: Single-File vs Multi-File Addon
Related skills
More from openaec-foundation/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
blender-syntax-materials
>
3blender-core-gpu
>
3blender-agents-code-validator
>
3blender-syntax-panels
>
3blender-errors-data
>
3blender-syntax-data
Covers Blender data management including collections, library overrides, asset system, linked libraries, BlendDataLibraries, data block creation and removal, fake users, and data transfer between files. Activates when managing Blender collections, linking/appending data, working with library overrides, or using the asset system.
3