Chaos Corona Forum
Chaos Corona for 3ds Max => [Max] General Discussion => Topic started by: NicolasC on 2017-12-14, 09:34:46
-
Good morning,
Is there any documentation available somewhere about maxscript access to Corona materials parameters, please ? the only thing I found about mxs and Corona is there, but that not what I'm looking for ... https://corona-renderer.com/wiki/maxscript (https://corona-renderer.com/wiki/maxscript)
Thanks in advance,
Regards.
-
hi NicolasC,
try this
showproperties (CoronaMtl())
-
hi NicolasC,
try this
showproperties (CoronaMtl())
*self-slapping
It was so obvious indeed ... thank you, I thought it only worked for show renderers.current stuff. Shame on me, thank you Christa Noel :)
-
you're welcome and yes you can use it in other things too like texmap, modifier, etc
showproperties (coronaCameraMod())
showproperties (coronaBitmap())
showproperties (coronaTriplanar())
...
-
you're welcome and yes you can use it in other things too like texmap, modifier, etc
showproperties (coronaCameraMod())
showproperties (coronaBitmap())
showproperties (coronaTriplanar())
...
Yes, that's what I finally noticed, thank you again for pointing this !