You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/workflowtools/scripts/rmbmenuhook/README.md
+8-13Lines changed: 8 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,14 @@
2
2
3
3
A very specific util for hooking into and extending the right mouse button marking menus in Maya.
4
4
5
-
Adding marking menus using hotkeys for most button combinations is easy, but the right mouse button (unmodified) is inextensible in vanilla Maya. This project makes it easy to conditionally add menus that can replace the RMB default marking menus.
6
-
5
+
Adding marking menus using hotkeys for most button combinations is easy, but the right mouse button (unmodified) is
6
+
inextensible in vanilla Maya. This project makes it easy to conditionally add menus that can replace the RMB default
7
+
marking menus.
7
8
8
9
## Basic Example
9
10
10
-
A simple example would be adding a menu that displays `Switch to IK` or `Switch to FK` if an IKFK animation control is selected.
11
+
A simple example would be adding a menu that displays `Switch to IK` or `Switch to FK` if an IKFK animation control is
12
+
selected.
11
13
12
14
```python
13
15
import pymel.core as pm
@@ -32,23 +34,16 @@ class IKFKSwitchMenu(rmbmenuhook.Menu):
0 commit comments