Blender Render Pipeline

Headless Blender rendering via subprocess queues with idempotent job handling.

CopilotCursorKilo
AuthorNeexoCore
Updated
blenderrendering

Install in your repo

You get: 1 SKILL.md

Copy one prompt into Cursor, Copilot, Kilo, or any agent with web access.

Install the Neexo skill "Blender Render Pipeline" (blender-pipeline) in this repository.

Manifest: https://awesome.neexo.dk/api/install-manifest?ids=skills%2Fblender-pipeline
Catalog: https://awesome.neexo.dk/skills/blender-pipeline

Steps:
1. Fetch https://awesome.neexo.dk/api/install-manifest?ids=skills%2Fblender-pipeline and read the file list.
2. Fetch https://awesome.neexo.dk/api/skills/blender-pipeline/bundle and write every file to the correct project skill folder.
3. Detect IDE from this repo (.cursor → Cursor, .kilo → Kilo).
4. Preserve subdirectory structure (references/, agents/, scripts/, assets/).
5. Confirm which files you wrote.
Advanced — manual CLI
CLI — Cursor + Kilonpx awesome-neexo install skill blender-pipeline --all
CLI — Cursor onlynpx awesome-neexo install skill blender-pipeline --cursor
Copilot — full plugincopilot plugin install neexo-blender@awesome-neexo
Bundle API (JSON)https://awesome.neexo.dk/api/skills/blender-pipeline/bundle

Overview

Automate batch renders and asset delivery using Blender in background mode.

Steps

  1. Validate scripts with python -m py_compile
  2. Run: blender --background scene.blend --python render.py -- --output /path
  3. Use queue workers with idempotent job IDs
  4. Retry transient failures with exponential backoff

Raw content

Copy into your project — e.g. .instructions.md, .agent.md, or SKILL.md

## Overview

Automate batch renders and asset delivery using Blender in background mode.

## Steps

1. Validate scripts with `python -m py_compile`
2. Run: `blender --background scene.blend --python render.py -- --output /path`
3. Use queue workers with idempotent job IDs
4. Retry transient failures with exponential backoff

Next steps

Matched by shared tags and category. Browse all playbooks