openfiledialog - getOpenFileName in Python 3DS MAX? -


i'm having hard time find function getopenfilename, lets seach file (openfiledialog basically).

i wonder if it's in maxplus library , know if else knows if it's somewhere there or if there way call it.

here's example in maxscript:

f = getopenfilename caption:"file:" \types:"text file (*.txt)|*.txt|" 

thanks in advance.

well, maybe:

maxplus.core.evalmaxscript('getopenfilename caption:"file:" \types:"text file (*.txt)|*.txt|"') 

:)

seriously: try domaxfilesaveasdlg() filemanager in maxplus

reference


Comments

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -