On 23/08/2017 at 06:20, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R18
Platform: Windows ;
Language(s) : C++ ;
---------
Hello!
How to set the progress bar value in render queue? I mean the one that is displayed under the line with "Render Time" and "Last Frame".
The process is the same as render to Picture Viewer but the instruction
vps->vd->StatusSetBar(clamp(num_iters / float(rstop.max_iters), 0.0f, 1.0f));
is working for Picture Viewer render and not for Render Queue.