Forum: Poser Python Scripting


Subject: Render every n:th frame of animation

Tiny opened this issue on Dec 23, 2015 ยท 4 posts


bagginsbill posted Wed, 23 December 2015 at 8:17 AM

Change

for F in range(scene.NumFrames()):

to

for F in range(0, scene.NumFrames(), 3):


Renderosity forum reply notifications are wonky. If I read a follow-up in a thread, but I don't myself reply, then notifications no longer happen AT ALL on that thread. So if I seem to be ignoring a question, that's why. (Updated September 23, 2019)