The maxscript listener code is fine, as long as you take the core of it and wrap it up nicely. Everything in the listener is written specifically for the objects that it is dealing with at the point, so I normally add a layer of abstraction. A simple script that I use a lot is rotating a character. I build my characters…
I think you can rip it off and have it floating around. However it still behaves the same way not like polyboost. I'd like to try installing polyboost on 2010 and see if it works. I think the tools are pretty valuable even if the interface is a headache. You can also bind a key to toggle it on/off too as well as dock it…
Hello!, I'm on of the developers for an upcoming free Attack on Titan fan game made by the fans, for the fans that features smooth grappling hook physics and mechanics; a stylized anime style and multiplayer! We're in need of a UI designer and artist that'll help us lead the way into better menus, game UI visualization and…
Hi all! I want to make a script in Maya for switching Select surface objects command. Now i have two separate scripts for this: setObjectPianckMask "Surface" true; and setObjectPickMask "Surface" false; How to combine them into one so that modes can be switched at the press of a button?