Originally posted by Bpositive
View Post
Code:
theMats = getclassinstances VRayMtl for i = 1 to theMats.count do ( -- 0 is normal, 1 is clip, 2 is stochastic theMats[i].option_opacityMode = 1 )
Comment