Hi, it's not possible in Maya presets. There are few guides online how to do that, however you would have to add it to or overwrite existing RMB menus (which are context dependent) and that I wouldn't recommend.
It's quite tricky and super specialised topic. It's basically about editing userPrefs.mel in your /maya/(version)/prefs folder. You can search for command you want to edit.
so kind of you
thank you so much
cheers!
Can I set hotkey to right click ? For example Z+Right click, default is __+Left click. Thanks
Hi, it's not possible in Maya presets. There are few guides online how to do that, however you would have to add it to or overwrite existing RMB menus (which are context dependent) and that I wouldn't recommend.
Thank you!
Cheers
only mel scripts are working .....i can't use my python made scripts in marking menu sir, pls help....
Looks like Python is not supported in Marking Menus. What you can do is call python script from MEL by
python("import yourScript
yourScript()");
stands for new line. More Details here help.autodesk.com/cloudhelp/2020/ENU/Maya-Tech-Docs/Commands/python.html
@@JanJinda clever!!!
Cheers
when - "hacking marking menu video"? =)
It's quite tricky and super specialised topic. It's basically about editing userPrefs.mel in your /maya/(version)/prefs folder. You can search for command you want to edit.