Forum: Poser - OFFICIAL


Subject: Hiding Dials ( P4 and P4 with ProPack )

Luthoricas opened this issue on Oct 31, 2002 ยท 3 posts


Little_Dragon posted Thu, 31 October 2002 at 3:54 PM

Open up the file in a text editor, and find your dials.

Example:

<br></br><br></br>rotateX xRotate<br></br>            {<br></br>            name xrot<br></br>            initValue 0<br></br>            hidden 0<br></br>            forceLimits 0<br></br>            min -100000<br></br>            max 100000<br></br>            trackingScale 1<br></br>            keys<br></br>                {<br></br>                static 0<br></br>                k 0  0<br></br>                }<br></br>            interpStyleLocked 0<br></br>            }

Change the value of hidden from 0 to 1.