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
Installs
19
GitHub Stars
7
First Seen
Mar 5, 2026