5 ms·
blenderq --blend /path/to/file1.blend /path/to/file2.blend love this option normaly I just use blender -b path/file1 -a && blender -b path/file2 -a thank you
by umtksa 1y ago
blenderq --blend /path/to/file1.blend /path/to/file2.blend love this option
normaly I just use blender -b path/file1 -a && blender -b path/file2 -a
thank you for making this I did not read your code and I'm curious about where did you get (or calculate) the progress value, thank you for making this
- TechSquidTV 1y agoEvery time Blender renders a frame, it spits out JSON to the console, thanks to this Python script that Blender is getting executed with. https://github.com/KyleTryon/BlenderQ/blob/main/src/blender/python/render_task.py https://github.com/KyleTryon/BlenderQ/blob/main/src/blender/...