Forum: Poser - OFFICIAL


Subject: help to make animating more efficient

cortic opened this issue on Oct 12, 2009 · 6 posts


markschum posted Mon, 12 October 2009 at 11:30 AM

Darn , beaten by Ockham :) 

increment current frame by 5

import poser
scn = poser.Scene()
cfrm = scn.Frame()
f = cfrm + 5
scn.SetFrame(f)

lol

put it in Poser 7RuntimePythonposerScriptsScriptsMenu and its available off the top menu