Notifications
Clear all
[Closed] Update Elapsed Time and Passes in renderer plugin?
Dec 22, 2016 9:16 pm
I’m writing a renderer plugin for 3ds Max 2015-2017 in C++.
What’s the proper way to update the Elapsed Time, Time Remaining and pass counter in the rendering progress dialog? (See attached screenshot.)
I am calling RendProgressCallback::Progress() regularly, and the progress bar is updating correctly.
Any idea?
2 Replies
Dec 22, 2016 9:16 pm
It looks like Elapsed Time is updated by 3ds Max itself, but only after a full frame has been completed:
http://forums.autodesk.com/t5/3ds-max-forum/elapsed-time-not-showing-during-render/td-p/4047412
Dec 22, 2016 9:16 pm
I’m still interested in trying to update the pass counter, if that’s something that can be controlled by a renderer plugin.