Forum Coordinators: RedPhantom
Poser - OFFICIAL F.A.Q (Last Updated: 2025 Feb 01 7:14 pm)
Yes. Double-click on the dial to open the Parameter Dial panel. Set your min and max values however you wish. Depending upon the dial, you might have to enable the Use Limits function from your Figure menu. Limits are usually automatically forced for morphs, but not for things like rotation or trans. Or you can hack the Poser file with a text editor to enable the forceLimits switch for that specific dial.
Here is an example of seting the limits in a translateY channel.
translateY ytran
{
name GetStringRes(1028,13)
initValue -0.00309944
hidden 0
forceLimits 4
min -1.500
max 1.300
trackingScale 0.001
keys
{
static 0
k 0 0
}
interpStyleLocked 0
}
The relevent lines are "forceLimits 4", which instructs Poser to use limits for this channel, the next two lnes (min & min) that tell Poser what the limits are.
This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.
Hi Again, Can you change the min and max values of a perimeter dial so that a yTran won't move beyond a certain point and what not? Cheers