Forum: Poser - OFFICIAL


Subject: in .CR2 language, how can a body part read its geometry from a file?

Anthony Appleyard opened this issue on Nov 22, 1999 ยท 8 posts


Mason posted Mon, 22 November 1999 at 11:45 AM

In the actor definition section at the top of the file where you'll see lines like actor hip:1 { storageOffset 0 0 0 geomHandlerGeom 13 hip } The line with geomHandlerGeom tells poser to use the hip object in the obj file last loaded by figureresfile. You can actually intermix figureresfile commands, draw objs from different files. The only problem is, once you save out the figure, Poser clobbers those lines and records only the two original resfile lines. Hope this helps.