Forum Coordinators: RedPhantom
Poser - OFFICIAL F.A.Q (Last Updated: 2025 Jan 24 6:22 pm)
Here's a little Python script to do it quick and dirty. I think Les Bentley has
some pose files that do the same....
http://ockhamsbungalow.com/Python/UnHideParms.zip
My python page
My ShareCG freebies
If you know the name of the parameter, you can write a pose file along these lines:
http://www.david.eaton.ukgateway.net/RevealScaleDials.zip
Basically get stuff un-hidden the way you want it to be, and re-save the prop into the library, if I understand you right. The dials will be visible when you load the newly-saved prop.
My questions is in my props collection I have a model with lots of parts and I have to select each part and run the python script for each part which is time consuming.
Is there a way to group all the parts and run the phyton script only one time to unhide the dials for all the parts.
Thanks for replys.
ïÏøçö
As written, no, doesn't look like it. You'd only have to do it the one time and re-save the prop though.
Unfortunately this will eliminate all your custom UI setup! So basically you're back to Poser5 interface...
I'd rather suggest to try to fix your problem by manually editing the poser.ini file or some such.
Too tired this early morning to look which file and which parameter you need to edit, but I hope some others will chime in with a solution.
K
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.
As stated above.
Thanks :)