Ragtopjohnny opened this issue on Jun 23, 2011 · 14 posts
DarkEdge posted Fri, 24 June 2011 at 10:25 AM
Quote - an obj file should save with a matching .mtl file. The mtl file will contain only part of the Poser textures, such as color , image maps.
a mtl file does not contain pathnames , so all the files must be in the same folder
create a folder under runtime/textures for your stuff I use my userid
create a subfolder for the specific prop if a lot of image maps are used
- runtime/textures/myuserid/mypropname
put all the maps in that folder
import the object file
apply all the materials
Save to the props folder (use the same userid folder to keep your stuff neat
you now have a poser prop that will load from the props library with all textures intact.
if you create a c:runtime folder and duplicate the subfolders you can zip it and it will extract correctly for distribution. There is no need to duplicate empty folders
lol. I thought I just said that.