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 - 2013-07-19
Last edited by William F Pokorny - 2017-01-22
Opened by Christoph Lipka - 2013-07-19
Last edited by William F Pokorny - 2017-01-22
FS#301 - Fallback to default image size causes wrong values to be printed in message output
When resolution is not specified (neither via POVRAY.INI nor via QUICKRES.INI nor via command line or custom .ini file), random values are displayed for image resolution in the Image Output Options message output. (The actual render will be performed at the default size of 160×120 pixels though.)
There should be a TryGetInt (assuming this part uses the POVMS C++ interface yet) to get the values when they are displayed. I assume (don't have it at hand) the code currently gets the values in some pre-used variable. Though likely it then would still be based on the POVMS C interface ...
I’ve already examined the responsible code: It just blindly assumes that the respective attributes are there. The fix is trivial, but I don’t think it’s important enough to rush it into the 3.7.0 release.
Now tracked on github as issue #212.