blender-syntax-addons
Installation
SKILL.md
blender-syntax-addons
Quick Reference
Version Decision Tree
Creating a Blender addon?
│
├── Target Blender ≥ 4.2?
│ ├── YES → Use blender_manifest.toml (extension system)
│ │ NO bl_info dict. NO __init__.py bl_info.
│ │ See: §Extension System
│ │
│ └── Also support < 4.2?
│ └── YES → Provide BOTH bl_info AND blender_manifest.toml
│ Blender picks the correct one automatically
│
└── Target Blender < 4.2 only?
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