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:35 AM Forum Coordinator

i can't tell where your indentations are but it seems to me that line 33 should have the same indentation as line 32

 

this needs editing :-

from

act.SetVisible(act,toggle,frame)

to

act.SetVisible(toggle)

Locked Out