POV-Ray : Newsgroups : povray.animations : frame increment >1? : Re: frame increment >1? Server Time
17 May 2024 07:25:55 EDT (-0400)
  Re: frame increment >1?  
From: Stephen
Date: 7 Mar 2007 09:10:00
Message: <web.45eec758e0024217f1cb1e660@news.povray.org>
"Greg M. Johnson" <pte### [at] thecommononethatstartswithYcom> wrote:
> I want to do a rough step-through of a long animation.  I'd like to render
> every tenth frame and keep the Final_Frame the same, as I know some things
> will get messed up.
>
> I thought there was a command for making the clock increment larger than
> that otherwise calculated, but couldn't find it in the docs.
>
> Anything like this exist?

You could use the render queue to render a series of ini files with

1.ini
Subset_Start_Frame=1
Subset_End_Frame=1

2.ini
Subset_Start_Frame=10
Subset_End_Frame=10

3.ini
Subset_Start_Frame=20
Subset_End_Frame=20

Etcetera


Stephen


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.