denisT: could you write universal function to move link_constrain keys? I’m only trying, because I think I’ll learn something! My problem with…
Try something like this: for obj in selection do ( nTargets = obj.controller.getNumTargets() for i = nTargets to 1 by -1 do ( fNumber = obj.con…
You sir are a hero of heroes! I will study this.
No, my best solution is to ask the user to turn it off.
I had a script that did almost exactly this, I edited a little to give that output. You may need to edit it some more since you format was a little am…
[edit]Sorry wrong thread.[/edit]
I’m not really the best coder here, but I got your script down from 594 seconds to 16 seconds with 2 objects that fill the screen at 613×395. Basical…
Hey SwordSlayer, That’s a great article! Thanks for sharing.
HA! Did you try c.r.controller.keyable?
After lots of digging it seems it has to do with the BoneEnable property. My answer was at about 6:45 into this video. Thanks Paul! Again…
I’m glad you found a solution. But just to clear up the issue with your first post. Main is a RolloutFloater, not a rollout. On Rollout Open needs to…
I had a blog post about getting the Tree view Multiselect plugin to work inside of 3ds Max.
You’ll need to post the code.