Page 2 of 2

Re: Pymaxwell 4 : questions

Posted: Fri Oct 20, 2017 11:05 am
by seghier
extension for studio ?
i have no idea about c++ but yes i like try

Re: Pymaxwell 4 : questions

Posted: Tue Oct 31, 2017 1:44 pm
by seghier
Hello
-nogui : Launch Maxwell in console mode.
-hide : Launch Maxwell and hides GUI and console completely.
-guiconsole : Launch Maxwell in window console mode.
i used -nogui than -hide and both of them when i launch a render the console window appear.
what is the difference between -nogui and -hide ?
Code: Select all
   
            parameters = []
            parameters.append('-mxs:' + choice)
            parameters.append('-nowait')
            parameters.append('-hide')
            parameters.append('-o:' + outImg)
            parameters.append('-mxi:' + outMxi)
            parameters.append('-denoisePath:' + outDen)
            parameters.append('-denoiseStartSL:' + str(Di))
            parameters.append('-denoiseAutoconfig:' + str(v))
            runMaxwell(parameters)

Re: Pymaxwell 4 : questions

Posted: Tue Oct 31, 2017 2:16 pm
by T0M0
My guess would be that -hide launches Maxwell as a silent process, no window just process running in Task Manager.