Simply Maya User Community

Simply Maya User Community (https://simplymaya.com/forum/index.php)
-   Maya Basics & Newbie Lounge (https://simplymaya.com/forum/forumdisplay.php?f=31)
-   -   How to bind a key to 'Tool Settings -> Transform Constraint -> Surface'? (https://simplymaya.com/forum/showthread.php?t=41967)

meywue 30-12-2015 07:08 PM

How to bind a key to 'Tool Settings -> Transform Constraint -> Surface'?
 
Hey guys,

I'm using Maya 2016 and frequently using the option I mentioned above to slide vertices across my meshes. Is it possible to bind this tool to a key (maybe via MEL script or something else)?
I can't find the command in the 'Hotkey Editor' :(

Thanky you in advance!

Gen 31-12-2015 09:14 AM

If you turn on Echo all commands in the script editor you can grab the command names from the read out after performing the relevant tasks. Which in this case is the dR_slideSurface and dR_slideOff. The problem is that these commands seem to be intentionally buried and documentation is hard to find. They are in the Hotkey Editor under "Other Items" under the modeling toolkit section but since the commands are so buried and undocumented (and separate), getting a toggle effect would be difficult.

I whipped up something that allows you to cycle through the three modes, put it in your user scripts folder. In your hotkey editor, create a custom command and enter this line into the script area:
Code:

gen_cycleTransformConstraint;
Assign your hotkey to that as normal.

Happy New Year :P

Download

meywue 31-12-2015 03:53 PM

Thank you very very much, Genny, it's perfect! :)

And Happy New Year as well!!


All times are GMT. The time now is 05:41 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Simply Maya 2018