Chaos Corona Forum

Chaos Corona for 3ds Max => [Max] I need help! => Topic started by: Dariusz1989 on 2021-08-01, 15:35:08

Title: [SOLVED] Corona maxscript noise level limit?
Post by: Dariusz1989 on 2021-08-01, 15:35:08
Hey

I need to set the limit by script, how can I do this? I cant find any commands in renderers.current that sound anywhere near noise/limit/level...

TIA!
Title: Re: Corona maxscript noise level limit?
Post by: Dariusz1989 on 2021-08-01, 15:42:04
Ok found it, apparently its adaptivity_targetError o.o
Title: Re: [SOLVED] Corona maxscript noise level limit?
Post by: Kelevra on 2022-12-19, 18:47:29
hi,

i dont get this work now.
Anything that has changed?
Title: Re: [SOLVED] Corona maxscript noise level limit?
Post by: Frood on 2022-12-19, 20:16:25
Hi,

no :) Still the same. If you want to change it by script it would be
Code: [Select]
renderers.current.adaptivity_targetError
Get this to make it easier to find out which properties are changed when using the UI:
https://forum.corona-renderer.com/index.php?topic=16571.msg104052#msg104052


Good Luck



Title: Re: [SOLVED] Corona maxscript noise level limit?
Post by: Kelevra on 2022-12-20, 06:49:16
Hi,

no :) Still the same. If you want to change it by script it would be
Code: [Select]
renderers.current.adaptivity_targetError
Get this to make it easier to find out which properties are changed when using the UI:
https://forum.corona-renderer.com/index.php?topic=16571.msg104052#msg104052


Good Luck

Thanks!

Ofc I "forgot" about the renderers.current. Guess I learn something new everyday :)

Actually got that listener after a tip from Maru. Will test it more. Thanks.