whoopy2k opened this issue on Jan 08, 2008 · 6 posts
PhilC posted Tue, 08 January 2008 at 5:52 PM
import poser
scene = poser.Scene()
text = "hair"
letters = 4
viz = 0
for actor in scene.Actors():
if actor.Name()[:letters] == text:
actor.SetOnOff(viz)
You can pretty this up by using Poser dialog text input but the above bear bones will work.