LaurieA opened this issue on Dec 26, 2010 · 102 posts
pjz99 posted Thu, 30 December 2010 at 11:29 AM
This is another step:
http://www.renderosity.com/mod/forumpro/showthread.php?thread_id=2818810
When you first rig something, Poser writes a new OBJ into the RuntimeLibrariesCharacter* directory that you saved the CR2 at. There's nothing technically wrong with this, but if you move the CR2 and OBJ file, the figure won't load any more, because the CR2 references the directory path that you originally saved the figure to the library in. A common practice is to make a directory under RuntimeGeometries to store the OBJ file in permanently, and change the lines that refer to it in your CR2. This way the CR2 can be moved anywhere and it will still load the OBJ file. You can consider this a last step.