Didn’t read all your code but if you can access transform and the box parameters you should adapt that snippet. In case you can’t acces the transform…
thanks klunk, didn’t know about that one. Still using good ol max9 at work. This command appeared in 2008. Thanks anyway!
It’s always useful to hear other scripters thought! At least you see how they see things, at best you change for the better
Ok denis, I didn’t see the imgTag in your snippet. That’s why I didn’t pay attention to it. Now I see how your rollouts must look like. Here’s my vers…
Denis, did you used the timer for optimization? (kinda overkill?) I usually did exactly the same without the timer and a local boolean as replace.
OK thanks lo! I did dragable rollout before and didn’t notice the double event. At least I will know next time
Got it! mouseMove is fired twice each time, don’t understand why! Here the modified code for those who want to check. By the way, love your snippet lo…
Isn’t is useless to check if (GetDialogPos exdialog) != newPos in the mouseMove function?
A simple trick to flatten the envelope is to add a cross section just before the end and scale down end cross section to 0.
That maybe explain some of the strange stuff in max… :surprised I’m sure there’s plenty other example in the core code.
I gave this challenge a try but didn’t succeded. I first made a test script to get the concept. delete $* slidertime = 0 Pa = Point pos:[0,0,0] wirec…
Nice idea and look structured in your head. Don’t know if my comment will be useful but in my rigging functions handling constraint, I assume you wi…
Sorry guys, my bad(i guess)!!! For a moment i thought that a function in a CA can add another CA but that’s not the problem. I use a fileIn to run my …