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
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
thanks a lot !
You must be logged in to reply to this topic.