Anyone better in zscripting than me can help me figure out how to import *.obj file together with *.psd texture ?
obj and texture is in same folder they have same name and texture is always *.psd
I think once i get path to *.obj basically i have path to texture just cant figure out how to change extension in path from *.obj to *.psd
So far i mixed some scripts together added few lines of mine and it load obj after that it load texture onto imported model but i have to select texture when popup window ask for it…
Thanks for any advice
[EDIT]
updated script