I am exploring the wacky world of maxscript and I have a question:
I have written a simple script that allows me to select an object and turn the visability to 0. The problems is I do not know how to get the script to close the parameters box (click OK)
Here is the script - any advice will be much appreciated.
$.executeAction 0 "40022" -- Edit: Properties
max properties
$.visibility = 0
Thanks as always
I have written a simple script that allows me to select an object and turn the visability to 0. The problems is I do not know how to get the script to close the parameters box (click OK)
Here is the script - any advice will be much appreciated.
$.executeAction 0 "40022" -- Edit: Properties
max properties
$.visibility = 0
Thanks as always
Comment