Text output is an important way that POV-Ray keeps you informed about what it is going to do, what it is doing and what it did. New to POV-Ray 3.0, the program splits its text messages into 7 separate streams. Some versions of POV-Ray color-codes the various types of text. Some versions allow you to scroll back several pages of messages. All versions allow you to turn some of these text streams off/on or to direct a copy of the text output to one or several files. This section details the options which give you control over text output.
There are seven distinct text streams that POV-Ray uses for output. On some versions each stream is designated by a particular color. Text from these streams are displayed whenever it is appropriate so there is often an intermixing of the text. The distinction is only important if you choose to turn some of the streams off or to direct some of the streams to text files. On some systems you may be able to review the streams separately in their own scroll-back buffer.
Here is a description of each stream.
Banner: This stream displays the program's sign-on banner, copyright, contributor's list, and some help screens. It cannot be turned off or directed to a file because most of this text is displayed before any options or switches are read. Therefore you cannot use an option or switch to control it. There are switches which display the help screens. They are covered in section "Help Screen Switches".
Debug: This stream displays debugging messages. It was primarily designed for developers but this and other streams may also be used by the user to display messages from within their scene files. See section "Text Message Streams" for details on this feature. This stream may be turned off and/or directed to a text file.
Fatal: This stream displays fatal error messages. After displaying this text, POV-Ray will terminate. When the error is a scene parsing error, you may be shown several lines of scene text that leads up to the error. This stream may be turned off and/or directed to a text file.
Render: This stream displays information about what options you have specified to render the scene. It includes feedback on all of the major options such as scene name, resolution, animation settings, anti-aliasing and others. This stream may be turned off and/or directed to a text file.
Statistics: This stream displays statistics after a frame is rendered. It includes information about the number of rays traced, the length of time of the processing and other information. This stream may be turned off and/or directed to a text file.
Status: This stream displays one-line status messages that explain what POV-Ray is doing at the moment. On some systems this stream is displayed on a status line at the bottom of the screen. This stream cannot be directed to a file because there is generally no need to. The text displayed by the Verbose
option or +V
switch is output to this stream so that part of the status stream may be turned off.
Warning: This stream displays warning messages during the parsing of scene files and other warnings. Despite the warning, POV-Ray can continue to render the scene. You will be informed if POV-Ray has made any assumptions about your scene so that it can proceed. In general any time you see a warning, you should also assume that this means that future versions of POV-Ray will not allow the warned action. Therefore you should attempt to eliminate warning messages so your scene will be able to run in future versions of POV-Ray. This stream may be turned off and/or directed to a text file.
bool |
Turn console display of debug info text on/off |
|
Same as |
|
Same as |
bool |
Turn console display of fatal error text on/off |
|
Same as |
|
Same as |
bool |
Turn console display of render info text on/off |
|
Same as |
|
Same as |
bool |
Turn console display of statistic text on/off |
|
Same as |
|
Same as |
bool |
Turn console display of warning text on/off |
|
Same as |
|
Same as |
bool |
Turn on/off all debug, fatal, render, statistic and warning text to console. |
|
Same as |
|
Same as |
You may suppress the output to the console of the debug, fatal, render, statistic or warning text streams. For example the Statistic_Console=off
option or the -GS
switch can turn off the statistic stream. Using on
or +GS
you may turn it on again. You may also turn all five of these streams on or off at once using the All_Console
option or +GA
switch.
Note that these options take effect immediately when specified. Obviously any error or warning messages that might occur before the option is read are not be affected.
|
Echo debug info text to |
|
Turn off file output of debug info |
file |
Echo debug info text to file |
file |
Both |
file |
> Both |
|
Echo fatal text to |
|
Turn off file output of fatal |
file |
Echo fatal info text to file |
file |
Both |
file |
Both> |
|
Echo render info text to |
|
Turn off file output of render info |
file |
Echo render info text to file |
file |
Both |
file |
Both |
|
Echo statistic text to |
|
Turn off file output of statistics |
file |
Echo statistic text to file |
file |
Both |
file |
Both |
|
Echo warning info text to |
|
Turn off file output of warning info |
file |
Echo warning info text to file |
file |
Both |
file |
Both |
|
Echo all debug, fatal, render, statistic, and warning text to |
|
Turn off file output of all debug, fatal, render, statistic, and warning text. |
file |
Echo all debug, fatal, render, statistic, and warning text to file |
file |
Both |
file |
Both |
You may direct a copy of the text streams to a text file for the debug, fatal, render, statistic, or warning text streams. For example the Statistic_File
=s option or the +GS
s switch. If the string s is true
or any of the other valid true
strings then that stream is redirected to a file with a default name. Valid true
values are true
, yes
, on
or 1
. If the value is false
the direction to a text file is turned off. Valid false
values are false
, no
, off
or 0
. Any other string specified turns on file output and the string is interpreted as the output file name.
Similarly you may specify such a true, false or file name string after a switch such as +GS
file. You may also direct all five streams to the same file using the All_File
option or +GA
switch. You may not specify the same file for two or more streams because POV-Ray will fail when it tries to open or close the same file twice.
Note that these options take effect immediately when specified. Obviously any error or warning messages that might occur before the option is read will not be affected.
or +? |
Show help screen 0 if this is the only switch |
to +H8 |
Show help screen 0 to 8 if this is the only switch |
to +?8 |
Same as |
Note that there are no INI style equivalents to these options.
Graphical interface versions of POV-Ray such as Mac or Windows have extensive online help. Other versions of POV-Ray have only a few quick-reference help screens. The +?
switch, optionally followed by a single digit from 0 to 8, will display these help screens to the banner text stream. After displaying the help screens, POV-Ray terminates. Because some operating systems do not permit a question mark as a command line switch you may also use the +H
switch. Note however that this switch is also used to specify the height of the image in pixels. Therefore the +H
switch is only interpreted as a help switch if it is the only switch on the command line and if the value after the switch is less than or equal to 8.