Hello
I'm trying to make a little script that would check which frame was the last one rendered and then would continue the rendering process if necessary. It's a Windows machine
The easiest way I could think of doing it was simply using the subprocess module to call the hrender script wit...