DarkEdge opened this issue on Sep 27, 2006 ยท 7 posts
nomuse posted Wed, 27 September 2006 at 1:43 PM
The linked tute seems accurate. Trick is getting the geometry pointer correct. Poser is mostly insensitive to the displacement number, at least. This is the top of one of my prop files; { version { number 4.01 } prop scabardA { storageOffset 0 0 0 objFileGeom 0 0 :Runtime:Geometries:Princess:PTscabardA.obj } After cutting the "custom geom" stuff, your file starts from the first (and only), actor; prop scabardA { name scabardA on ..... By the by, easiest way to get the geometry "out" is to export obj file from Poser. However -- make sure you zero the prop, or be prepared to adjust the prop file again after you've opened the new one with the external geometry call. Fortunately, once Poser "sees" that external geometry is being used, it saves the file back to Library that way. (obviously the Forum software messed up the formatting of the above pp2 excerpts. Follow the indents in your original).