Chaos Corona Forum

Chaos Corona for 3ds Max => [Max] I need help! => Topic started by: alexandrestage on 2021-06-22, 16:43:01

Title: Settings with MaxScript
Post by: alexandrestage on 2021-06-22, 16:43:01
Hi, I would like to use MaxScript to specify settings for Corona.
I have found the properties name for the ones I am interested in (progressive_passLimit and colorMap_simpleExposure) but I can't make them work.
I've tried :
Code: [Select]
renderers.current.progressive_passLimit = 5But it doens't seem to affect the property in anyway
if someone has an idea, it would help me a lot
Title: Re: Settings with MaxScript
Post by: maru on 2021-06-22, 17:07:32
Please see:

Corona and maxscript wiki - https://wiki.corona-renderer.com/maxscript
There are simple examples scripts at the bottom of the page.

And also this might help:
https://forum.corona-renderer.com/index.php?topic=30946.0

Feel free to edit the above script and use any parts of it (according to the included license).
Title: Re: Settings with MaxScript
Post by: Frood on 2021-06-22, 17:08:04
But it doens't seem to affect the property in anyway

What makes you think the property is not affected? If you open Render Setup -> Scene and paste that "renderers.current.progressive_passLimit = 5" into the max script listener, the pass limit should change immediately. It does not?


Good Luck