mirror of
https://github.com/sudotman/BlenderOpenRenderQueue
synced 2026-08-27 21:11:42 -05:00
CLI render queue (sequential background, MIT); basis for kreeader-studio's out-of-process render orchestrator | mirror of github.com/sudotman/BlenderOpenRenderQueue
- Python 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .gitignore | ||
| LICENSE.md | ||
| README.md | ||
| render_queue.py | ||
| requirements.txt | ||
auto render queue
a simple, lightweight render queuing tool/batch renderer for Blender, that acts as a wrapper around the Blender CLI.
philosophy
alas, most solutions for doing something as rudimentary as this are either paid, or extremely convoluted. this is a simple solution that allows you to queue up a bunch of renders, and then render them in the background. human greed has once again done the thing it does best, and made a simple solution extremely out of reach for the average user - so, this is the simple solution after spending 3 hours or so that hopefully will save you some time.
how to use?
- go to releases and download the latest version
- run the executable
- select the
blender.exeexecutable if not automatically found - add blend files to the queue
- click 'start render'
or
- clone the repository
- run
pip install -r requirements.txt - run
python render_queue.py - (optional) run
pyinstaller --onefile render_queue.pyto build an executable
contributing
if you have any suggestions, please open an issue or submit a pull request.
license
this project is licensed under the MIT license. see the LICENSE file for details.
how it looks
the below is the UI:
