Page 1 of 1

Render progress

Posted: Thu May 14, 2020 12:46 pm
by seghier
Hello
Is it possible to know when render finish and the progress with Pymaxwell ?

Re: Render progress

Posted: Thu May 14, 2020 3:57 pm
by Brany
No, pymaxwell (and the C++ SDK) is just an API to handle MXS/MXM/MXI files. It doesn't connect with maxwell.exe in any way.

Of course you can do your own hacks with python, running maxwell in no-gui mode and parsing the render process command-line output, but you don't need pymaxwell for that.

Re: Render progress

Posted: Thu May 14, 2020 4:37 pm
by seghier
Thanks i will try something, my goal is when the render finished the script send a notification email ; i will add it to Maxwell tool if i success