Extension Resources
We found that extension-related links can sometimes be a little hard to find / keep track of.
Hopefully, this page helps!
Tip
Did we miss something awesome?
Submit an Issue! We'd be happy to add a link!
Extensions
- Extension Creation Handbook (Official): Blender manual entry.
- Schema of
blender_manifest.toml
(Official): Extension specification file. - JSON Schema of
blender_manifest.toml
: Unofficial JSON-based schema, useful for validatingblender_manifest.toml
files.
Extension Repositories
- Schema of Extension Listing (Official): JSON schema that must be served by any extension platform, in order to integrate with Blender.
Automation
- CI/CD for Publishing Extensions (Official): How to publish an extension to the official platform, from automated Continuous Integration systems.
User-Facing UX
- Extensions Preferences (Official): How the user configures extensions in their preferences.
Official Extension Platform
The official extension platform, extensions.blender.org
, implements stringent guidelines to ensure the quality of published extensions.
- General Guidelines (Official): All platform extensions must conform to this.
- Moderation Guidelines (Official): Checklist used by extension moderators when approving extensions.
- Canned Moderation Responses (Official): A very specific list of things that are not acceptable on the extensions platform.
- Become a Moderator: Help extensions reach users faster.
We strongly suggest playing "moderator of your own extension" before attempting to publish to the platform.