diff options
| author | MobileMachine\jeremy <[email protected]> | 2017-06-08 17:36:19 -0400 |
|---|---|---|
| committer | MobileMachine\jeremy <[email protected]> | 2017-06-08 17:36:19 -0400 |
| commit | 134673d575c4250cd55bafa18c6d80e757b9ce1f (patch) | |
| tree | 55dd021bcb8b5d0d768ea9fc5f73622e87d42dba | |
| parent | Update README.md (diff) | |
| download | artv2-134673d575c4250cd55bafa18c6d80e757b9ce1f.tar.xz artv2-134673d575c4250cd55bafa18c6d80e757b9ce1f.zip | |
Removing update and issue reporter for now
Will hook these functions up to use the new github info later.
| -rw-r--r-- | plug-ins/ARTv2.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plug-ins/ARTv2.py b/plug-ins/ARTv2.py index 706b5d0..53f05bd 100644 --- a/plug-ins/ARTv2.py +++ b/plug-ins/ARTv2.py @@ -36,8 +36,8 @@ def makeMyCustomUI(): cmds.menuItem(parent=customMenu, divider=True, dividerLabel="Misc:") cmds.menuItem(parent=customMenu, label="Settings", c=launchSettings) - cmds.menuItem(parent=customMenu, label="Check For Updates", c=ART_Update) - cmds.menuItem(parent=customMenu, label="Report an Issue", c=ART_Report) + # cmds.menuItem(parent=customMenu, label="Check For Updates", c=ART_Update) + # cmds.menuItem(parent=customMenu, label="Report an Issue", c=ART_Report) cmds.menuItem(parent=customMenu, divider=True, dividerLabel="Help") cmds.menuItem(parent=customMenu, label="Technical Documentation", c=ART_TechDocs) @@ -136,6 +136,7 @@ def ART_TechDocs(*args): html_file = os.path.join(toolsPath, "Documentation\\build\\index.html") webbrowser.get().open('file://' + os.path.realpath(html_file)) + # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # @@ -193,7 +194,6 @@ def browse(*args): if os.path.basename(mayaToolsDir) != "ARTv2": cmds.warning("Selected directory is not valid. Please locate the ARTv2 directory.") - else: cmds.deleteUI("epicToolsInstall_UI") |