The Persistence of Vision Raytracer (POV-Ray).
This is the legacy Bug Tracking System for the POV-Ray project. Bugs listed here are being migrated to our github issue tracker. Please refer to that for new reports or updates to existing ones on this system.
Attached to Project: POV-Ray
Opened by Christoph Lipka - 2010-04-28
Last edited by Chris Cason - 2010-12-15
Opened by Christoph Lipka - 2010-04-28
Last edited by Chris Cason - 2010-12-15
FS#105 - output options not displayed
POV-Ray 3.7 does not show output options, such as:
Output Options Image resolution 640 by 480 (rows 1 to 480, columns 1 to 640). Output file: D:\foo\test.png, 24 bpp PNG Graphic display......On (gamma: 2.2) Mosaic preview.......Off CPU usage histogram..Off Continued trace......Off
(the above is what 3.6 used to show)
Hmm, OutputOptions in renderfrontend.cpp has the code for this, but (without having tested) it seems that it is not being called.
Call added with #5169
(Animations options too, with #5183+#5189)
Checked with beta 40 (windows binary, take 2): Output options is present.