Skip to content

Queueing a Plain Scene (No Node Graph)

If you just need to send your current scene to the background render queue — no multi-layer assembly, no overrides, nothing that needs a node graph — you don't need to build one. Blender's own Render properties tab has a Scene Assembler Queue panel that sends the active scene straight to the queue.

This renders exactly what pressing F12 (image) or Ctrl+F12 (animation) would — the same camera, world, render settings, view layers, and output path already set on the scene — just handled by the background queue instead of blocking your session.

Using it

  1. Go to Properties → Render.
  2. Find the Scene Assembler Queue panel.
  3. Click Render Image to Queue for a still, or Render Animation to Queue for the scene's frame range.
  4. A dialog lets you set the job's priority and optionally add it as paused instead of starting right away.

The same panel also embeds the Queue Manager — server status, job counts, and a link to the full dashboard — so you don't need to switch to a node editor to check on it.

When to use the node graph instead

This path has no concept of view layers, overrides, or per-layer output — it just renders the scene as-is. Reach for a full Scene Assembler node graph (see the Quick Start) as soon as you need any of that: multiple collections combined into layers, material/visibility/transform overrides, render passes configured per layer, or multiple variations of the same scene.