To zaphod, when i tried export unit I choose a file type
the software still want as to write extension in filename, otherwise it will give 'unknown extension' message.... so even u have choose .s3o in the save as filetype drop down you still must write 'filename.s3o' in file name
Ok I understand, I'll fix that for a next version...
I thought about making UV mapping easier without building a whole UV mapping suite into upspring... I could support exporting merged version of all the objects into one... and then reading the UV coordinates back from this object to the seperate objects. Let me clearify:
- user selects "Write UV mesh" in the menu
- temporarily all the pieces are merged to a single piece and saved to an OBJ or 3DS file
- user UV-maps this single piece with his UV mapping software
- user then selects "Load UV mesh" in the menu and selects the UV-mapped OBJ or 3DS file...
- the UV coordinates are read back from the OBJ/3DS file with a single pieces to the model in upspring with seperate pieces.
So you basically don't have to do everything per-object. That would save a lot of time right?