forked from italic-r/maya-prefs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
regex.txt
43 lines (28 loc) · 1.07 KB
/
regex.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Regexes for removing lines from shelves and pref files
////////////////////////////////////////////////////////////////////////////////
// Shelf
////////////////////////////////////////////////////////////////////////////////
r"\n.*-highlightColor.*\n"
r"\n.*-rotation.\n"
r"\n.*-flipX.*\n"
r"\n.*-flipY.*\n"
r"\n.*-useAlpha.*\n"
r"\n.*-menuItem.*\n"
r"\n.*-scaleIcon.*\n"
r"\n.*-noDefaultPopup.*\n"
////////////////////////////////////////////////////////////////////////////////
// Marking menu
////////////////////////////////////////////////////////////////////////////////
r"\n.*-longDivider.*\n"
////////////////////////////////////////////////////////////////////////////////
// runTimeCommand
////////////////////////////////////////////////////////////////////////////////
r"\n.*-hotkeyCtx.*\n"
r"\n.*-showInHotkeyEditor.*\n"
////////////////////////////////////////////////////////////////////////////////
// userHotkeys.mel
////////////////////////////////////////////////////////////////////////////////
r"\n.*-ctxClient.*\n"
r"\n.*-dragPress.*\n"
r"\"(\w)\""
r" -sht "