Notifications
Clear all
[Closed] Extending VRayOverrideMtl
Feb 06, 2008 4:24 am
I would like to extend the VRayOverrideMtl, and I need to know how to referrence the BaseMaterial, GI Material etc…
Thank you
3 Replies
Feb 06, 2008 4:24 am
mtl = VrayOverrideMtl()
showproperties mtl
and you get this:
.baseMtl : material
.baseMtl_on : boolean
.giMtl : material
.giMtl_on : boolean
.reflectMtl : material
.reflectMtl_on : boolean
.refractMtl : material
.refractMtl_on : boolean
.shadowMtl : material
.shadowMtl_on : boolean
Feb 06, 2008 4:24 am
Thanks for your help,
for some reason the properties will not list in my version of MAX 2008.