Which OS are you trying it with. As far as I know it's only suppose to work in Windows.
On Mon, Oct 27, 2008 at 12:29 PM, sberger <[EMAIL PROTECTED]> wrote: > > Anyone found out how to make the fileBrowserDialog work in python? > > The example in the maya python docs is not working. > > import maya.cmds as cmds > > def importImage( fileName, fileType): > cmds.file( fileName, i=True ); > return 1 > > cmds.fileBrowserDialog( m=0, fc='importImage', ft='image', > an='Import_Image', om='Import' ) > > All the solutions I found on the net are not working. > > Thanks > > > --~--~---------~--~----~------------~-------~--~----~ Yours, Maya-Python Club Team. -~----------~----~----~----~------~----~------~--~---
