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:37 PM

For P5 and up, you can also make a generic pose file that will force limits on the selected actor, by using "actor $CURRENT", eg: {

version
        {
        number 5
        }

actor $CURRENT
        {
        channels
                {
                targetGeom PBMCC_04
                        {
                        forceLimits 1
                        min -0
                        max 1
                        }
                rotateX xrot
                        {
                        forceLimits 1
                        }
                rotateY yrot
                        {
                        forceLimits 1
                        }
                rotateZ zrot
                        {
                        forceLimits 1
                        }
                }
        }
}