POV-Ray : Newsgroups : povray.general : How do you stop all the messages? : Re: How do you stop all the messages? Server Time
1 Aug 2024 16:26:50 EDT (-0400)
  Re: How do you stop all the messages?  
From: Christoph Hormann
Date: 1 Aug 2005 16:35:02
Message: <dcm0vt$p49$1@chho.imagico.de>
apchar wrote:
> 
> Thank you. That worked. I dont know why they route information like the list
> of authors to stderr.
> 

Because the image goes to stdout if the output file name is '-'.

> 
> Is there any way to prevent all the aforementioned messages but keep the
> line that displays the progress of the trace:
>   0:11:02 Rendering line 107 of 480, 44093 supersamples

Just filter the text stream, for example using grep:

grep -E "^[ ]*[0-9]+:[0-9]+:[0-9]+"

Christoph

-- 
POV-Ray tutorials, include files, Landscape of the week:
http://www.tu-bs.de/~y0013390/ (Last updated 24 Jul. 2005)
MegaPOV with mechanics simulation: http://megapov.inetart.net/


Post a reply to this message

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