aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Ernst <[email protected]>2017-07-30 22:27:14 -0400
committerGitHub <[email protected]>2017-07-30 22:27:14 -0400
commit5e2f3e4c62c4595439a11f715fa5db3b38ec772d (patch)
tree5c95a7d03ec8eb149da97a19a1cf50848c841140
parentfixed vimeo links (diff)
parentUpdate ARTv2.py (diff)
downloadartv2-5e2f3e4c62c4595439a11f715fa5db3b38ec772d.tar.xz
artv2-5e2f3e4c62c4595439a11f715fa5db3b38ec772d.zip
Merge pull request #1 from bashuart/patch-1
Update ARTv2.py
-rw-r--r--plug-ins/ARTv2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plug-ins/ARTv2.py b/plug-ins/ARTv2.py
index 53f05bd..97c9309 100644
--- a/plug-ins/ARTv2.py
+++ b/plug-ins/ARTv2.py
@@ -192,7 +192,7 @@ def browse(*args):
mayaToolsDir = cmds.fileDialog2(dialogStyle=2, fileMode=3)[0]
# confirm that this is actually the maya tools directory
if os.path.basename(mayaToolsDir) != "ARTv2":
- cmds.warning("Selected directory is not valid. Please locate the ARTv2 directory.")
+ cmds.warning("Selected directory is not valid. Please locate the ARTv2 directory or ensure the directory is named 'ARTv2'.")
else:
cmds.deleteUI("epicToolsInstall_UI")