beos53 opened this issue on Sep 20, 2004 ยท 13 posts
jupiterkris posted Mon, 20 September 2004 at 4:02 AM
The texture maps have absolute pathing by default when added in Poser .
To make it distributable, the paths have to be edited to be relative .
example
textureMap "C:PoserRuntimeTexturestest.jpg"
change to
textureMap ":Runtime:Textures:test.jpg"
or
textureMap ":test.jpg"
Do this for all map references in the cr2 file .
After editing, you can check that all pathing is relative with Laetia's Merchant Utility Tool .
http://www.renderosity.com/freestuff.ez?Form.Contrib=laetia&Topsectionid=0
Message edited on: 09/20/2004 04:08