I'm having trouble with something I thought would be easy. I'm trying to open a directory with the right path. I loads fine but just wont actually open the file when I click the open button.
on btnOpenSce pressed do (
--local lightmapTex = getOpenFileName caption: "Select the Lightmap" filename: maxFilepath types: "Images (*.dds, *.jpg, *.png, *.tga)|*.dds;*.jpg;*.png;*.tga"
saveloc = ((PROJECTS[ProjectList.selection][2]+cats[objList.selection][2]+dirdd.selected)+"\\02_3D\\"+"")
save01 = getOpenFileName filename:saveloc ()
)
By johncrawshaw · 2013-01-10
Anubis · 2013-01-11