Forum Coordinators: RedPhantom
Poser - OFFICIAL F.A.Q (Last Updated: 2025 Feb 10 10:34 am)
import string
scene = poser.Scene()
fig = scene.CurrentFigure()
actors = fig.Actors()
for actor in actors:
if actor.IsBodyPart():
parms = actor.Parameters()
for parm in parms:
if parm.IsMorphTarget():
if parm.Value() == 0:
parm.Hidden(1)
change parm.Hidden to 0 to show the dial again.
I used GIMP in this example, but you can use any 2D image program that will handle a .psd
I select a brush, make it 10 pixel wide and colored red.
Select the layer that has indicator and put drop of red where grey dot is
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.
Is there a Python script that will highlight only the parameter dials that are non-zero. Alternatively the script could hide all the zero dials.
I know there are scripts that can hide and show dials but they require you to manually go through them all. I was hoping for something more automated.
OS: Windows 10 64-bit, Poser: 10