Are there maxscript commands for these two things? I looked on the help but maybe I missed it or just don't get it. Thanks for any help!
Best Regards,
Alfred
Best Regards,
Alfred
IMPORTANT Chaos License Server update January 28th 2025.
If you have not yet updated your License Server to version 6.1 or above and are unable to access your license please follow these simple instructions HERE.-- assign vr as a shortcut to whatever renderer is assigned (better be vray or else errors!) vr = renderers.current -- set the render time in minutes vr.progressive_max_render_time = 2 -- turn on saving raw files form the buffer vr.output_saveRawFile = on -- set your file output path, if you're using normal paths remember to double up on your slashes or maxscript freaks out vr.output_rawFileName = "c:\\test.exr"
Comment