Chaos Corona Forum

Chaos Corona for 3ds Max => [Max] I need help! => Topic started by: Christa Noel on 2015-12-14, 08:24:27

Title: coronamtl properties name for maxscript
Post by: Christa Noel on 2015-12-14, 08:24:27
hi guys, where can I find documentation of coronamtl properties name for maxscript?
I can apply coronamtl to an object with (node.material=coronamtl), but I cannot apply with its properties (node.material=coronamtl diffuse:black reflection:0) just like in vray.
Title: Re: coronamtl properties name for maxscript
Post by: grimm.ghiz on 2015-12-14, 17:47:16
hi guys, where can I find documentation of coronamtl properties name for maxscript?
I can apply coronamtl to an object with (node.material=coronamtl), but I cannot apply with its properties (node.material=coronamtl diffuse:black reflection:0) just like in vray.

Create an Sphere ...
Assign coronamtl to this ...
select Sphere ...
in maxscript listener window type this:

show $.material

$ means that current selected object ...

for access to material class write this:

classof $.material
Title: Re: coronamtl properties name for maxscript
Post by: Christa Noel on 2015-12-16, 03:01:20
that's really help an amateur like me :D thanx grimm.ghiz
I thought that there is a documentation for coronamtl like https://corona-renderer.com/doc/ (https://corona-renderer.com/doc/) out there