POV-Ray : Newsgroups : povray.advanced-users : Stop rendering using a break statement : Re: Stop rendering using a break statement Server Time
16 May 2024 16:10:30 EDT (-0400)
  Re: Stop rendering using a break statement  
From: clipka
Date: 9 Feb 2015 02:18:46
Message: <54d85f56@news.povray.org>
Am 09.02.2015 um 01:31 schrieb Mike Horvath:

>>> One thing I want to do is stop parsing when frame_number equals some
>>> number. I've created an animation with duplicates that I don't need. But
>>> I can think of other instances where this could be handy.
>>
>> You just want the +EF option ( end-frame, followed by the number of the
>> frame after which to stop the rendering of the range.)
>>
>> Look also at SF (start frame) to start after the first one.
>
> No. For example I may want frames 1-3 and 5-6 parsed and rendered, but
> not frame 4. Your suggestion doesn't work in this case.

So what you're after is not really stopping a render, but skipping 
individual frames in it.

No, at the moment I can't think of any mechanism by which POV-Ray might 
support this (other than rendering only subsets of the animation in the 
first place). The "#error" directive came to my mind, but it does not 
only abort parsing of the current frame, but also the entire render job.


Post a reply to this message

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