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
Comments
Post a Comment