Help on instance view progress

Viewing 3 posts - 1 through 3 (of 3 total)
  • 18th June 2010 at 7:55 am #14384

    Could anybody tell me how is working the progress column in the instance view ?

    I want to add this functionnality in a in-house application running with muster

    thanks

    joel

    7th September 2010 at 3:15 pm #15128

    Joel, look at the maya-mr template. You need to write a regular expression that extracts a floating/integer value on a line basis from the log:

    SET SUBFRAME_ADVANCING_STRING “.*(rendering statistics).*”
    SET SUBFRAME_PROGRESS_STRING “.*progr:\s*(.*)\%\s*rendered on.*”

    The subframe_advacing captures the end of a frame, the progress string , the progress ;)

    28th October 2010 at 6:46 am #15118

    thanks a lot !

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.