Hi all
Quick test,
New scene, create teapots and run this code
you should have a list of undefined
now select all teapots, open vray properties dialogue, then run code again.
This should now return if matt alpha is ticked.
Basically I am trying to find a way to automatically enable these when I run my script as not have the properties definable is a bit of an issue.
Any ideas much appreciated
Cheers
Will.
Quick test,
New scene, create teapots and run this code
Code:
for i in geometry do print (getUserProp i"VRay_Matte_Alpha")
now select all teapots, open vray properties dialogue, then run code again.
This should now return if matt alpha is ticked.
Basically I am trying to find a way to automatically enable these when I run my script as not have the properties definable is a bit of an issue.
Any ideas much appreciated

Cheers
Will.
Comment