POV-Ray : Newsgroups : povray.general : pov 3.7: getting in-progress render preview? : Re: pov 3.7: getting in-progress render preview? Server Time
29 Jul 2024 14:13:39 EDT (-0400)
  Re: pov 3.7: getting in-progress render preview?  
From: Le Forgeron
Date: 25 Apr 2011 02:36:28
Message: <4db5166c$1@news.povray.org>
Le 25/04/2011 00:11, mont29 nous fit lire :
> 
> Hi everybody
> 
> (I hope I’m in the good thread…)
> 
> So, I’d like to know if there is a way for an external program (here, Blender
> and its pov render script) to get partial rendered pictures, to give the user
> something else than a black screen during whole render ?
> 
> For example, would it be possible for pov ray to periodically write what has
> already been rendered in the output file, instead of only creating and writing
> this one once render is completed ?

The image format (whatever could it be with +F...) in 3.7 is generated
only at the very end of the rendering process.

Nevertheless, if you use the intermediate file storage (which slow down
the render process if it is quick), which is used for big resolution (as
it is triggered by default for 128 MB of raw buffer)
( see http://wiki.povray.org/content/Documentation:Reference_Section_1
+MI option), you could get some data. I guess I would have to document
that file (fixing it forever... )

You could instead use a +D switch to open a preview window. That's
assume of course that the DISPLAY setting of X11 has been set for the
relevant systems (unix-like).


Post a reply to this message

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