blender-render-automation

Installation
SKILL.md

Blender Render Automation

Overview

Automate Blender's rendering pipeline from the terminal. Configure render engines (Cycles/EEVEE), set up cameras and lighting, create materials, and batch render scenes or animations — all headlessly via Python scripts.

Instructions

1. Configure the render engine

import bpy

scene = bpy.context.scene
Installs
7
GitHub Stars
128
First Seen
Mar 9, 2026
blender-render-automation — terminalskills/skills