Forum: Poser - OFFICIAL


Subject: Force "Use Limits" on in .cr2 or pose

papillon68 opened this issue on Jul 25, 2009 ยท 7 posts


lesbentley posted Sat, 25 July 2009 at 9:16 PM

You can also use a pose file to force limits, eg: {

version
        {
        number 3.0
        }

actor head
        {
        channels
                {
                targetGeom RoundFace
                        {
                        forceLimits 1
                        }

                }
        }
}

The pose can also set the 'min' and 'max' value of the limits, eg: {

version
        {
        number 3.0
        }
actor head
        {
        channels
                {
                rotateY yrot
                        {
                        forceLimits 1
                        min -35
                        max 35
                        }
                }
        }
}