Where is the parsing for task progress defined? Is that something that we have access to modify? If not, could you let me know what the pattern it’s looking for in MayaBatch jobs is? I have a few really long processes that I run in maya, and I’m happy to print whatever I need to in order to see at a glance how far along it is.
Thanks!
Hello,
There is actually various lines that handle progress in the MayaBatch plugin, depending on the renderer being used. Line 1359 has the progress for MentalRay, while 1335 is where FumeFX progress is parsed. My best advise would be to search the plugin at “[repo]\plugins\MayaBatch\MayaBatch.py” for ‘progress’ and then find the progress handling for the specific renderer you are using.