Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush Python API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Unread
    • Recent
    • Tags
    • Users
    • Login

    Progress bar in Render Queue

    SDK Help
    0
    2
    524
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H
      Helper
      last edited by

      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.

      1 Reply Last reply Reply Quote 0
      • H
        Helper
        last edited by

        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

        1 Reply Last reply Reply Quote 0
        • First post
          Last post