Skip to content

Commit 2554f2b

Browse files
committed
hide configure UI
1 parent 5f38b4e commit 2554f2b

File tree

1 file changed

+1
-1
lines changed
  • Assets/Integrations/Autodesk/maya2017/scripts/unityOneClick

1 file changed

+1
-1
lines changed

Assets/Integrations/Autodesk/maya2017/scripts/unityOneClick/ui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def installMenu():
5959
maya.cmds.menuItem(parent=kMainWndMenuName, label=commands.importCmd.kShortLabel, command=commands.importCmd.kScriptCommand) # @UndefinedVariable
6060
maya.cmds.menuItem(parent=kMainWndMenuName, label=commands.reviewCmd.kShortLabel, command=commands.reviewCmd.kScriptCommand) # @UndefinedVariable
6161
maya.cmds.menuItem(parent=kMainWndMenuName, label=commands.publishCmd.kShortLabel, command=commands.publishCmd.kScriptCommand) # @UndefinedVariable
62-
maya.cmds.menuItem(parent=kMainWndMenuName, label=commands.configureCmd.kShortLabel, command=commands.configureCmd.kScriptCommand) # @UndefinedVariable
62+
#maya.cmds.menuItem(parent=kMainWndMenuName, label=commands.configureCmd.kShortLabel, command=commands.configureCmd.kScriptCommand) # @UndefinedVariable
6363

6464
def uninstallMenu():
6565
"""

0 commit comments

Comments
 (0)