Comment by umtksa
2 days 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
Every 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/...