Forum: Poser - OFFICIAL


Subject: Ockham's bvhMixer and Poser Pro?

lsangls opened this issue on Oct 03, 2008 · 10 posts


ockham posted Sat, 04 October 2008 at 10:18 AM

Incidentally, if the drop to floor is the only reason you need this script,
there's a simpler way to do that.

import poser
scene=poser.Scene()
for f in range(scene.NumFrames()):
    scene.SetFrame(f)
    scene.CurrentFigure().DropToFloor()

My python page
My ShareCG freebies