Blender Render Pipeline

When and how to set up headless Blender rendering queues. For the step skill, see blender-pipeline.

CopilotCursorKilo
AuthorNeexoCore
Updated
blenderrenderingpipeline

Overview

Setup/context for the blender-pipeline playbook. How-to steps for agents: Blender Render Pipeline skill.

When to use

Automate batch renders without blocking the agent on binary assets.

Flow

  1. Queue receives job with idempotent jobId
  2. Worker runs blender --background scene.blend --python render.py -- --output dir
  3. Validate exit code; retry transient failures
  4. Publish asset metadata (not full EXR/HDR) to downstream consumers

Related

Raw content

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

## Overview

Setup/context for the `blender-pipeline` playbook. **How-to steps** for agents: [Blender Render Pipeline skill](/skills/blender-pipeline).

## When to use

Automate batch renders without blocking the agent on binary assets.

## Flow

1. Queue receives job with idempotent `jobId`
2. Worker runs `blender --background scene.blend --python render.py -- --output dir`
3. Validate exit code; retry transient failures
4. Publish asset metadata (not full EXR/HDR) to downstream consumers

## Related

- Skill: [blender-pipeline](/skills/blender-pipeline)
- Agent patterns: [worker](/agents/worker) (retries, dead-letter, logging without secrets)
- Instruction: [blender-python](/instructions/blender-python)

Next steps

Matched by shared tags and category. Browse all playbooks