Forum: Poser Python Scripting


Subject: Any idea how enable Animation Toggle option via script ?

andygraph opened this issue on Feb 10, 2014 · 55 posts


structure posted Sun, 30 March 2014 at 8:58 AM Forum Coordinator

def ActVisible(act,toggle,frame):
    scn.SetFrame(frame)
    act.SetVisible(toggle)

Locked Out