Take full control of background rendering without leaving Blender.
Run stills, animations, or frame lists in the background while you keep working.
Designed for artists and studios working on multi-GPU systems.
Launch multiple background render processes, each assigned to a specific GPU. Cut animation render times dramatically by leveraging all available devices simultaneously.
Tweak resolution, samples, output paths, and more—without altering your original scene. Save and reuse presets for different project stages (draft, final, client review, etc.).
Render scenes stored in external .blend files without opening them in Blender.
Preview scene settings, apply overrides, and start renders directly from the add-on panel.
- Desktop notifications alert you when a render job finishes.
- Prevents system sleep during renders.
- Use custom Blender executable paths (e.g., different Blender versions or builds).
- Append your own Python scripts to render jobs for custom logging, post-processing, or pipeline integration.
- Blender 4.2 or newer
- Windows, Linux
- Download the latest release from the Releases page.
- In Blender, go to Edit > Preferences > Get Extensions.
- Click Install from Disk… and select the downloaded
.zipfile. - Enable the add-on by checking the box next to Render Commander.
- Open the Render Commander panel in the Viewport Sidebar panel.
- Choose a render mode: Image, Animation, or Frame List.
- In the Add‑on Preferences, select the render devices for Cycles.
- Optionally apply a preset or override specific settings.
- Click Render — your job starts immediately, and you can keep working!
If you want to build the extension yourself, follow these steps:
git clone https://github.com/n4dirp/Render-Commander.git
cd Render-Commander/render_commander
blender --command extension build --split-platformsSee blender extensions build docs.






