Does deadline really track the progress just from the
print( "Rendering Frame " + str(currFrame) )
line in hrender_dl.py?
Does deadline really track the progress just from the
print( "Rendering Frame " + str(currFrame) )
line in hrender_dl.py?
Yes, but it only helps if you’re rendering more than one frame per task. It doesn’t allow us to monitor the progress of a single frame while it’s rendering.
Cheers,