Forum Coordinators: RedPhantom
Poser - OFFICIAL F.A.Q (Last Updated: 2024 Dec 04 4:13 pm)
import poser
import string
scene=poser.Scene()
fig=scene.CurrentFigure()
fingerparts=['Hand','Thumb','Index','Mid','Ring','Pinky']
for A in fig.Actors():
for F in fingerparts:
if not string.count(A.InternalName(),F): continue
for P in A.Parameters():
if P.TypeCode()<=3:
P.SetValue(0.0)
My python page
My ShareCG freebies
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 or something to zero all the hand and fingers parameter dials values for both or individual hands for DAZ characters automatically? Thanks.
Passion is anger and love combined. So if it looks angry, give it some love!