Last active
December 9, 2015 11:39
-
-
Save AndrewHazelden/00047e8387b67bf8cf2e to your computer and use it in GitHub Desktop.
Use MEL in Maya to list the active icons directories
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
print "Icon folders:\n"; | |
print `xbmLangPathList`; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment