Forum: Poser Technical


Subject: Is there a way to 'smartprop' a figure?

ockham opened this issue on Aug 07, 2007 · 41 posts


lesbentley posted Fri, 10 August 2007 at 9:13 AM

Good News!

I exported morphed thigh objects from V3RR, and used these in my geometry injection pose. IT WORKED!

I can now inject and restore both  thighs at once  in P6 with 'bend' turned on.

There are still some outstanding issues. Why can't I inject the box geometry without hanging? If I inject P4 thighs into V3RR Poser goes a bit crazy, kind of a partial hang. I can inject V3RR thighs into V2 and again Poser goes a bit crazy, but not quite so bad. All this is with 'bend' left on of course.

There is also the issue of not being able to restore from the 'figureResFile' in P4. I wonder how this stuff plays in P5, I don't have P5 installed at the moment.

Here are the inject and restore poses that are working on V3RR:

{
//thighs V3RR New.pz2
version
 {
 number 4.01
 }

actor rThigh
 {
 storageOffset 0 0.3487 0
 objFileGeom 0 0 :Runtime:VrThigh.obj
 }

actor lThigh
 {
 storageOffset 0 0.3487 0
 objFileGeom 0 0 :Runtime:VlThigh.obj
 }
figure
 {
 }
}


{
//thighs V3RR Restore.pz2
version
 {
 number 4.01
 }

figureResFile :Runtime:Geometries:DAZPeople:blMilWom_v3Lo.obj

actor lThigh
 {
 storageOffset 0 0 0
 geomHandlerGeom  13 lThigh
 }

actor rThigh
 {
 storageOffset 0 0 0
 geomHandlerGeom 13 rThigh
 }

figure
 {

 }
}