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
Installs
3
GitHub Stars
6
First Seen
Mar 17, 2026