File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Assets/Integrations/Autodesk/maya2017/scripts/unityOneClick Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ def installMenu():
59
59
maya .cmds .menuItem (parent = kMainWndMenuName , label = commands .importCmd .kShortLabel , command = commands .importCmd .kScriptCommand ) # @UndefinedVariable
60
60
maya .cmds .menuItem (parent = kMainWndMenuName , label = commands .reviewCmd .kShortLabel , command = commands .reviewCmd .kScriptCommand ) # @UndefinedVariable
61
61
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
63
63
64
64
def uninstallMenu ():
65
65
"""
You can’t perform that action at this time.
0 commit comments