We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89b857e commit 1d2299cCopy full SHA for 1d2299c
release/scripts/mgear/shifter/menu.py
@@ -51,7 +51,7 @@ def install():
51
"mgear_crosshair.svg",
52
),
53
("-----", None),
54
- ("Auto Fit Guide (BETA)", str_auto_fit_guide),
+ ("Auto Fit Guide", str_auto_fit_guide),
55
56
("Plebes...", str_plebes),
57
(None, mocap_submenu),
@@ -157,7 +157,7 @@ def game_submenu(parent_menu_id):
157
parent_menu_id (str): Parent menu. i.e: "MayaWindow|mGear|menuItem355"
158
"""
159
commands = (
160
- ("FBX Export (Beta)", str_game_fbx_export),
+ ("FBX Export", str_game_fbx_export),
161
162
("Disconnect Joints", str_game_disconnet),
163
("Connect Joints", str_game_connect),
0 commit comments