on spinnertest open do (altura.value = $.height)
here are the docs try to see if when you press the button there is an edit poly modifier or not and ask the user if he wants to add one if statement…
try (destroydialog ExtrudeTool) catch(); rollout ExtrudeTool “Extrude” ( spinner growth_1 “Extrude_1” range: [0,100,0] spinner growth_2 “Extrude_2” …
please post code instead of screenshots, also it is not clear what you are after. moreover you can’t have 4 spinners with the same parameter name (gro…
you can fake it this way try (destroydialog X ) catch () rollout X “2014 max” ( button tgl “toggle” dotnetcontrol dnButton “System.Windows.Forms.B…
see this thread you simply can’t and is not that sergio did not understand, he is trying to see if you can implement a solution. btw it’s highly …
if you don’t care about modifiers, names or handles you can use this for o in selection do snapshot o ; delete selection this will copy the obj…
because there was some typo this should be ok for your needs clearlistener() ( local aCurrentSelection = getCurrentSelection() for itemNode in a…
check if a object has a animation? 3ds Max SDK and MaxScript Is there a way to check if an object hat a key frame animation on any controll…
afaik your ui elements needs to stay on the body of your rollout. i guess you was doing it to be able to visually collapse the controls in the script …
it’s easy but requires you to know a little bit of rollout interfaces, check the following links rollout basics button layout Sub rollouts once yo…
i’m not sure if you can use spaces in your filepath if it’s not working try to add a double slash instead of single in your filepath rollout mergefil…
thanks, i’ll definetly have a look to the viewpanel the break on drop is not by my scripts but from an unknown source i even removed all my scripts an…
Serejah: and only if you need some specific cleanups then you must provide a custom implementation yes that’s exactly the case. unfortunately aft…
i found this on the sdk about the release method You should provide an implementation if you need to keep track of extant uses of the handler (say, …