I want to run a command that sets the “visibility” value to 0.5
Unfortunately without success. I tried to set the visiblity value of selected object to 0.5 using the command
selObj.visibility = 0.5
and
$.visibility = 0.5
But this make my object always 0% opacity.
I read that it is not possible to set the transparency of an object to a specific value because 3ds max distinguishes only true / false
Is there any other way to do this?