script-blender-automation
Installation
SKILL.md
Script Blender Automation
Advanced Blender Python scripting for procedural modeling, keyframe animation, batch operations, operator registration, and add-on development. Covers complex geometry generation, automated workflows, and integration with external data sources.
When to Use
- Automating repetitive modeling or animation tasks
- Generating procedural geometry from algorithms or data
- Creating batch rendering pipelines with parameter variations
- Building custom operators or add-ons for workflow enhancement
- Integrating Blender with external data pipelines or APIs
- Scripting complex animations with mathematical precision
- Developing reusable tools for team workflows
Inputs
| Input | Type | Description | Example |
|---|---|---|---|
| Automation requirements | Specification | Task description, parameters, constraints | Render 100 variations, animate path from data |
Related skills