Forum: Poser - OFFICIAL


Subject: How do I HIDE morph dials?

tedbragg opened this issue on Sep 13, 2003 ยท 9 posts


Little_Dragon posted Sat, 13 September 2003 at 7:17 PM

I don't believe it can be done within Poser; you'll need a third-party utility or a text editor.

Here's the relevant section of the morph code:

        targetGeom Round<br></br>            {<br></br>            name Round<br></br>            initValue 0<br></br>            hidden 0<br></br>            forceLimits 4<br></br>            min -100000<br></br>            max 100000<br></br>

Change "hidden" to 1, and the dial won't appear when the figure is loaded.