Hello
I did a line of script to see which object as no alpha
-----------
$*.wirecolor = black
for bbb in objects where getUserProp bbb "VRay_Matte_Alpha" == 0.0 do bbb.wireColor = red
------------
but I can't manage to compare "VRay_Matte_Alpha" != 1.0 or with "<="
can anybody help ?
Thanks
I did a line of script to see which object as no alpha
-----------
$*.wirecolor = black
for bbb in objects where getUserProp bbb "VRay_Matte_Alpha" == 0.0 do bbb.wireColor = red
------------
but I can't manage to compare "VRay_Matte_Alpha" != 1.0 or with "<="
can anybody help ?
Thanks
Comment