import pymel.core as pCore print 'Folder Selected : %s' % (pCore.promptForFolder())
import pymel.core as pCore print 'File Selected : %s' % (pCore.promptForPath())Well, no more, I might have guessed that Chad would have simplified this and bingo Pymel promptForFolder() and promptForPath() functions. At last, it opens the file prompt window and just gives you back the return.
Chad,Pymel thankyou!
No comments:
Post a Comment