LumaPictures / pymel

Python in Maya Done Right
Other
479 stars 130 forks source link

fileDialog2 does nothing when acceptMode is set and called #362

Closed kartikg3 closed 8 years ago

kartikg3 commented 8 years ago

pymel.core.system.fileDialog2() does nothing when acceptMode flag is set and called.

Code to reproduce issue:

pm.fileDialog2(acceptMode=1)
kartikg3 commented 8 years ago

Looks like this was removed in later versions (I was looking at 1.0.0). Closing issue.