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
17
GitHub Stars
20
First Seen
Apr 9, 2026
blender-render-automation — andrew1326/dominations