Forum: Poser - OFFICIAL


Subject: How to create a generic remove morphs Pose?

nyguy opened this issue on Sep 28, 2008 · 16 posts


nyguy posted Mon, 29 September 2008 at 9:13 AM

Quote - a very simple REM pose:

{
    Version
    {
        Number 4
    }
    readScript ":Runtime:Libraries:!DAZ:Blackhearted GND4:MORPHNAME_03-lShin.pz2"
    readScript ":Runtime:Libraries:!DAZ:Blackhearted GND4:MORPHNAME_03-rShin.pz2"
}

and the remMORPHNAME_03-lShin.pz2 script looks like this:

{
    version
        {
        number 4
        }
    actor lShin:1
        {
        channels
            {
            targetGeom MORPHNAME
                {
                name -
                indexes 0
                numbDeltas 0
                keys
                    {
                    static 0
                    k 0 0
                    }
                }
            }
        }
}

Thanks I will experiment on this tonight.

Poserverse The New Home for NYGUY's Freebies