skills/smithery.ai/blender-render-automation

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
2
First Seen
Mar 27, 2026
blender-render-automation from smithery.ai