Hi guys, in previous versions of Maya if you held down "w" and LMB, you'd get a marking menu with various move options. In 2009 the "normal" option has been replaced by "normal average" which sucks if you're used to the old system.
Now you have to go to "axis" and then "normal". The marking menu editor has no option for changing individual tool MMenus, I wondered if anyone had any ideas or has come across a way to do this.
Thanks in advance,
~j~
Replies
C:\Program Files\Autodesk\Maya\Scripts\other
if you're on osx, you need to ctrl-click the application and choose 'show package contents' to get to the goods.
So what you're looking for is a file called translateMarkingMenuImpl.mel
there's a section of text near the top: you'll want to change it to your desired behavior- looking at the equivalent from maya 2008, this appears to be: Try this at your own peril, I'm too tired to test it myself right now, but unless they've changed the manipMoveContext command it should work. Again, edit maya's internal mel files at your own risk, and always make a backup.
edit: thought about it some more, might make sense to make a new file in your user scripts folder based on that script and rebind the hotkey to it. That's a safer/more portable way to do things.