From BlenderWiki
Blender Scripts Catalog
- Users
- see naming convention below
- Developers
- see guidelines to develop addons here.
3D View ScriptsScripts that extend the 3d View with Python | ||
|
3D View: Release
|
3D View: Contrib
|
3D View: External
|
Add Curve ScriptsScripts that create curves or curve tools with Python | ||
|
Add Curve: Release
|
Add Curve: Contrib
|
Add Curve: External
pending... |
Add Mesh ScriptsScripts that create geometry or 3d objects with Python | ||
|
Add Mesh: Release
|
Add Mesh: Contrib
|
Add Mesh: External
|
Animation ScriptsScripts that create Ipo's or Animation tools with Python | ||
|
Animation: Release
|
Animation: Contrib
|
Animation: External
|
Compositing ScriptsHere you will find scripts related to Compositing | ||
|
Compositing: Release
pending... |
Compositing: Contrib
pending... |
Compositing: External
|
Development ScriptsScripts useful for developing new scripts | ||
|
Development: Release
|
Development: Contrib
pending... |
Development: External
|
Game Engine ScriptsGame engine related scripts. | ||
|
Game Engine: Release
|
Game Engine: Contrib
|
Game Engine: External
|
Mesh ScriptsScripts that edit mesh or mesh tools with Python | ||
|
Mesh: Release
|
Mesh: Contrib
|
Mesh: External
|
Object ScriptsScripts that are object helpers or object tools with Python | ||
|
Object: Release
|
Object: Contrib
|
Object: External
|
Paint ScriptsHere you will find scripts related to Rendering a Scene. | ||
|
Paint: Release
|
Paint: Contrib
|
Paint: External
pending... |
Render ScriptsHere you will find scripts related to Rendering a Scene. | ||
|
Render: Release
|
Render: Contrib
|
Render: External
|
Rigging ScriptsScripts to work on Armatures | ||
|
Rigging: Release
|
Rigging: Contrib
pending... |
Rigging: External
|
Text Editor ScriptsScripts that edit text or provide text functions and tools | ||
|
Text Editor: Release
pending... |
Text Editor: Contrib
|
Text Editor: External
pending... |
Theme Presets Scriptsuser customized Interface Themes | ||
|
Theme Presets: Release Default Addons pending... |
Theme Presets: Contrib
pending... |
Theme Presets: External
pending... |
Sequencer ScriptsHere you will find scripts related to editing sequences. | ||
|
Sequencer: Release
pending... |
Sequencer: Contrib
|
Sequencer: External
|
System ScriptsScripts useful system wide | ||
|
System: Release
|
System: Contrib
|
System: External
|
Naming convention
A script can be:
| Release | Developed on Blender Foundation's servers and included in the official Blender distribution (see bf-extensions) |
| Contrib | Developed on Blender Foundation's servers, but distributed in a separate repository (mainly because not useful to everyone and/or because it might be unstable), and not included in the official Blender distribution (see bf-extensions) |
| External |
Two cases:
Note: if a script is "External", use it at your own risk. |