Forum: Poser - OFFICIAL


Subject: Force Limits on parameter with poserpython

colorcurvature opened this issue on Jun 12, 2012 · 4 posts


markschum posted Tue, 12 June 2012 at 10:26 PM

You can set min and max values and turn limits on in python. Check the python methods manual pdf that came with Poser.   its mainly the actor and parameter sections you need.

 

you get the figure, get actor by name, get parameter by name and then use it with the setminvalue, setmaxvalue and applylimits commands.