POV-Ray : Newsgroups : povray.windows : Feature request: Changed order of statistics : Re: Feature request: Changed order of statistics Server Time
28 Jul 2024 06:26:27 EDT (-0400)
  Re: Feature request: Changed order of statistics  
From: Mark Wagner
Date: 3 Nov 1999 00:18:55
Message: <381fc5bf@news.povray.org>
Mikael Carneholm wrote in message <381F6B95.4896CE83@ida.utb.hb.se>...
>I've been thinking of one thing ever since I started animating with POV:
>
>Why isn't the
>
>"00:04:38 so far, Rendering frame 74, going to 100."
>
>- information displayed last of all the statistics when doing an
>animation? It's quite hard to find the text in the message window when
>you're interested in which frame is rendering during an animation with
>the current version of POV-Win (and all previous versions as well). If
>it was displayed last of all the statistics, it would fit perfectly in
>the small message window at the bottom of the editor when having a scene
>file or INI file open during an animation. Could this be implemented in
>the next POV-Win version?


The fix for this one (using the 3.1e source) is to replace line 541 of file
povray.c which reads:

    Render_Info("Rendering frame %d, going to %d.",

with:

    Render_Info("Rendering frame %d, going to %d.\n",

and then recompiling POV-Ray.  The line number may be different in other
versions of the source code.

Mark


Post a reply to this message

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