Skip to content

Commit

Permalink
FBX exporter tittle as BETA closes #117
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcampos committed Nov 14, 2023
1 parent 7ae2702 commit d3daefe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def __init__(self, parent=None):
super(FBXExporter, self).__init__(parent)
self.setWindowFlags(QtCore.Qt.Tool)
self.setAttribute(QtCore.Qt.WA_DeleteOnClose, True)
self.setWindowTitle("Shifter's FBX Export")
self.setWindowTitle("Shifter's FBX Export (Beta)")
min_w = 300
default_w = 400
default_h = 1000
Expand Down
2 changes: 1 addition & 1 deletion release/scripts/mgear/shifter/menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def game_submenu(parent_menu_id):
parent_menu_id (str): Parent menu. i.e: "MayaWindow|mGear|menuItem355"
"""
commands = (
("FBX Export", str_game_fbx_export),
("FBX Export (Beta)", str_game_fbx_export),
("-----", None),
("Disconnect Joints", str_game_disconnet),
("Connect Joints", str_game_connect),
Expand Down

0 comments on commit d3daefe

Please sign in to comment.