Forum: Poser - OFFICIAL


Subject: V4.2 rCollar trans?

santicor opened this issue on Oct 25, 2010 ยท 6 posts


lesbentley posted Thu, 28 October 2010 at 4:02 PM

Quote - i still dont know why the zero figure comand would not remove the value from rCollar trans X.

The Zero Figure button in the Joint Editor only zeros rotations, not translations. In normal circumstances the translation dials are hidden for all parts except BODY, hip, and IK goals when IK is on. When saving a pose from within the Poser interface, translation data is saved for all actors (except BODY), but normally all the translations saved to the pose will be zero. So I have no idea why your poses would affect the translations of the collars.

Below is the text of a pz2 that will reveal the translation dials for the selected actor. After applying the pose, you need to select a different actor so that the Palette refreshes and shows the translation dials. It may help you in resetting the translations, or in debugging the problem.

{

version
        {
        number 5
        }

actor $CURRENT
        {
        channels
                {
                translateX xtran
                        {
                        hidden 0
                        }
                translateY ytran
                        {
                        hidden 0
                        }
                translateZ ztran
                        {
                        hidden 0
                        }
                }
        }
}