Progress bar in Render Queue

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.

On 25/08/2017 at 05:49, xxxxxxxx wrote:

Hi Aaron94, thanks for writing us.

With reference to your request, I confirm that the current API doesn't let controlling the render queue progress bar. It actually can't be updated by using the VolumeData::StatusSetBar() as you were expecting.

I'll make development aware of this limitation.

Best, Riccardo