POV-Ray : Newsgroups : povray.beta-test : Animation bug... : Re: Animation bug... Server Time
30 Apr 2024 18:16:34 EDT (-0400)
  Re: Animation bug...  
From: Tim Attwood
Date: 22 Jan 2008 18:27:45
Message: <47967bf1$1@news.povray.org>
>> When rendering an animation using Beta24 (3.7.0.beta.24.msvc8-sse2.win32) 
>> it
>> refuses to render the first frame if the Initial_Frame=0.
>
> I've penciled this in to look at later. If the behavior is different from 
> 3.6
> we may fix it.

I verified this behavior... here's a minimal test scene

// +kfi0 +kff2 +ki0 +kf2 +fn

// animation bug
// first frame may be skipped

// delete old renders first

#default{finish{ambient 1}}

#if (clock = 0)
// should produce "bug_anim0.png"
   sphere {0,1 pigment{rgb <0,1,0>}}
#else
   #declare check = pigment{image_map{png 
"e:\graphics\render\bug_anim0.png"}};
   sphere {0,1 pigment{rgb <0,1,0>}}
#end


Post a reply to this message

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