blender
Installation
SKILL.md
Blender 3D Automation
Automate Blender 3D modeling, animation, rendering, and scene management using Python's bpy API and command-line rendering. Supports headless operation, batch processing, and procedural generation.
Direct Control (CLI / API / Scripting)
Command-Line Rendering
# Render single frame
blender scene.blend --background --render-frame 1
# Render animation range
blender scene.blend --background --render-anim --frame-start 1 --frame-end 120
# Render with custom output path
blender scene.blend --background --render-output /tmp/render_#### --render-anim
# Render specific scene
Related skills
More from phuetz/code-buddy
figma
Automate Figma design workflows via REST API, Plugin API, and MCP integration
3github
Interact with GitHub using the gh CLI for issues, PRs, CI runs, releases, and API queries
3gif-search
Search and download GIFs from Tenor and Giphy APIs
3ableton-live
Ableton Live music production automation via OSC protocol, MIDI, and Max for Live
3gitlab
GitLab DevOps platform with CI/CD pipelines, API automation, and glab CLI control
3csharp-avalonia
Cross-platform desktop/mobile development with C# and Avalonia UI
3