POV-Ray : Newsgroups : povray.beta-test : Possible bug with debug file output : Re: Possible bug with debug file output Server Time
2 Jul 2024 10:54:42 EDT (-0400)
  Re: Possible bug with debug file output  
From: clipka
Date: 5 May 2010 20:17:06
Message: <4be20a82$1@news.povray.org>
Am 06.05.2010 01:50, schrieb MDenham:
> I suspect it is intentional (and is the result of enforcing that #fopen w/
> "write" re-create the file at all times, as the old behavior probably also led
> to unwanted results in different situations).
>
> The options are to either implement a fourth type of file access for #fopen
> that's essentially "write on first frame, append on all later frames", or to do
> it manually in your scene.

Maybe I misunderstood; I thought this was about #debug output being 
redirected to a file.

Of course, if it is about #fopen, then using "#fopen ... append" instead 
of "#fopen ... write" should do the trick (except for the first frame, 
which should use "write" instead to erase the old contents).


Post a reply to this message

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