Forum: Poser - OFFICIAL


Subject: pro 2010 Python problem..

cortic opened this issue on Jul 30, 2011 · 18 posts


markschum posted Sun, 31 July 2011 at 9:20 PM

Iwould try setting a variable and then do the SetFrame(x) command

x = scene.Frame() + 30

scene.SetFrame(x)

I would wonder why you dont just type in the frame number you want directly. In poser 5 and 7 it seems easier than running a script.