Forum: Poser - OFFICIAL


Subject: How to replace geometry, like the aikotoon head for aiko 3?

zzenn opened this issue on Jan 23, 2009 · 9 posts


zzenn posted Sat, 24 January 2009 at 8:57 AM

Here is what PhilC replied in another forum. Amazingly simple, once you know how :)
Thanks to PhilC for his help!


Open the Sydney CR2 file in a text editor.

Look for:-

actor head:1<br></br>
  {<br></br>
  storeageOffset 0 0 0<br></br>
  geomHandlerGeom 13 head<br></br>
  }

Replace with:-

actor head:1<br></br>
  {<br></br>
  storeageOffset 0 0 0<br></br>
  objFileGeom 0 0 :Runtime:Geometries:Your Folder:Your
Head.obj<br></br>
  }

Your Head.obj must be just the head and the vertices at the head/neck seam must exactly match the original head.

The original head morphs will not work but any new morphs that you create for the custom head will be OK. Poser automatically sorts out which morphs go with which head.