Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows CUI (Console User Interface) with ported functionality from … #276

Open
wants to merge 48 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
17f6768
Windows CUI (Console User Interface) with ported functionality from …
trevorsandy Apr 14, 2017
72cd9a7
Build both Windows CUI and GUI projects in AppVeyor
trevorsandy Apr 16, 2017
7f273de
Add _CONSOLE definition to AppVeyor.yml
trevorsandy Apr 16, 2017
0410cfb
Enable openexr _eLut and _toFloat projects to SSE2 and AVX configurat…
trevorsandy Apr 17, 2017
81f6bf0
Fix extra entries in openexr_eLut, _toFloat project files
trevorsandy Apr 17, 2017
580a02f
Windows CUI cleanup and document
trevorsandy Apr 18, 2017
4ca70cd
Refactor appvoyer.yml
trevorsandy Apr 19, 2017
103a7e7
Check appveyor environment variables
trevorsandy Apr 19, 2017
bb7f34b
Merge branch 'master' of https://github.com/POV-Ray/povray into windo…
trevorsandy May 18, 2017
f283e96
Remove strdup warning
trevorsandy May 18, 2017
ce4ea36
Fix povray.conf and ini lookup. Refactor autobuild scripts.
trevorsandy May 20, 2017
a702944
Merge remote-tracking branch 'POV-Ray/master' into windows-cui
trevorsandy Jun 21, 2017
315bb46
Bump version number and update change log.
c-lipka Jun 22, 2017
e3c1738
Fix a blunder in `version.h`.
c-lipka Jun 22, 2017
9808f53
Update list of required packages for Unix builds. ( #294)
wfpokorny Jun 24, 2017
09f1014
Bump version number in the most essential places.
c-lipka Jun 26, 2017
b0557b8
Update bulk of source code file header comments.
c-lipka Jun 26, 2017
7195810
Update remaining source code file header comments.
c-lipka Jun 26, 2017
7957ad5
Elimiate unnecessary version numbers from HTML Help infrastructure.
c-lipka Jun 29, 2017
43c8fa8
Merge remote-tracking branch 'POV-Ray/master' into windows-cui
trevorsandy Jun 29, 2017
71b165f
Eliminate various explicit mentions of version numbers.
c-lipka Jul 1, 2017
bdbb0b5
Bump version threshold for new features to 3.8.
c-lipka Jul 2, 2017
b108748
Demote version back to alpha status for now.
c-lipka Jul 5, 2017
9f644fe
Add some debugging aids.
c-lipka Jul 7, 2017
463442e
Update version number in AppVeyor automated build config.
c-lipka Jul 8, 2017
443ae79
Major overhaul of version number macro system in `version.h`.
c-lipka Jul 8, 2017
2c3afc4
[ci skip] Update source documentation of version numbering.
c-lipka Jul 9, 2017
bfeb999
[ci skip] Include SDL2 v2.0.5 source files - Windows and Unix
trevorsandy Aug 13, 2017
34f9bc2
Port and upgrade SDL display window
trevorsandy Aug 13, 2017
54d6b16
Fix VS solution file, minor tweaks
trevorsandy Aug 13, 2017
7a99e7c
[ci skip] Update and fix `README.md`.
c-lipka Aug 18, 2017
7bddd06
Enable and require C++11.
c-lipka Jun 24, 2017
1dbca0b
Remove dependency on `boost::tr1` to fix issue #317.
c-lipka Sep 6, 2017
03e27c6
Update docs.
c-lipka Sep 10, 2017
8bc4881
Update some more version numbers thoughout the repo.
c-lipka Sep 10, 2017
bbb4a35
Add Unix command-line option to print short version number.
c-lipka Sep 10, 2017
5cdb3f7
Update POV-Ray's mechanism to inherit settings from older versions on…
c-lipka Sep 10, 2017
d850f92
Add Windows scripts to extract version information from `base/version…
c-lipka Sep 12, 2017
7d225a0
Fix bug in Windows version info macros.
c-lipka Sep 17, 2017
0358da0
Change ambient default to 0.0 (#305)
LeForgeron Sep 20, 2017
e39f5af
Extension of ovus (#306)
LeForgeron Sep 20, 2017
844dae6
Minor beautification of previous commits.
c-lipka Sep 20, 2017
17e3f64
Modify doxygen invocation scripts to not rely on `unix/VERSION` for v…
c-lipka Sep 20, 2017
12fbab3
Change camera `right` default length to output image aspect ratio.
c-lipka Sep 21, 2017
7d56489
[ci skip] Merge 'POV-Ray/release/v3.8.0' into windows-cui
trevorsandy Sep 23, 2017
526cfd8
Patch POV-Ray/release/v3.8.0 merge
trevorsandy Sep 23, 2017
8b46cc3
Fix POV-Ray/release/v3.8.0 merge
trevorsandy Sep 23, 2017
1ceb827
Format quoted command line arguments
trevorsandy Sep 26, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion distribution/ini/allanim.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Persistence Of Vision Raytracer version 3.7 sample INI file.
;; Persistence Of Vision Raytracer version 3.8 sample INI file.
Fatal_Error_Command=command /C type fatal.out>>allscene.err
Fatal_File=on
-P +b100 +X100 +a0.05 +r4 -j
2 changes: 1 addition & 1 deletion distribution/ini/allstill.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Persistence Of Vision Raytracer version 3.7 sample INI file.
;; Persistence Of Vision Raytracer version 3.8 sample INI file.
Fatal_Error_Command=command /C type fatal.out>>allscene.err
User_Abort_Command=command /C Echo get out>userabor.mes
Fatal_File=on
2 changes: 1 addition & 1 deletion distribution/ini/low.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Persistence Of Vision Raytracer version 3.7 sample INI file.
;; Persistence Of Vision Raytracer version 3.8 sample INI file.
;; LOW.INI
;;
Quality=4
2 changes: 1 addition & 1 deletion distribution/ini/pngflc.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Persistence Of Vision Raytracer version 3.7 sample INI file.
;; Persistence Of Vision Raytracer version 3.8 sample INI file.
;; PNGFLC.INI
;;
;; Assuming Input_File=myfile.pov
2 changes: 1 addition & 1 deletion distribution/ini/pngfli.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Persistence Of Vision Raytracer version 3.7 sample INI file.
;; Persistence Of Vision Raytracer version 3.8 sample INI file.
;; PNGFLI.INI
;;
;; Assuming Input_File=myfile.pov
2 changes: 1 addition & 1 deletion distribution/ini/povray.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
; PERSISTENCE OF VISION RAY TRACER
;
; POV-Ray VERSION 3.7
; POV-Ray VERSION 3.8
;
; SAMPLE POVRAY.INI FILE
;
2 changes: 1 addition & 1 deletion distribution/ini/res120.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Persistence Of Vision Raytracer version 3.7 sample INI file.
;; Persistence Of Vision Raytracer version 3.8 sample INI file.
;; RES120.INI
;;
Width=120
2 changes: 1 addition & 1 deletion distribution/ini/res1k.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Persistence Of Vision Raytracer version 3.7 sample INI file.
;; Persistence Of Vision Raytracer version 3.8 sample INI file.
;; RES1K.INI
;;
Width=1024
2 changes: 1 addition & 1 deletion distribution/ini/res320.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Persistence Of Vision Raytracer version 3.7 sample INI file.
;; Persistence Of Vision Raytracer version 3.8 sample INI file.
;; RES320.INI
;;
Width=320
2 changes: 1 addition & 1 deletion distribution/ini/res640.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Persistence Of Vision Raytracer version 3.7 sample INI file.
;; Persistence Of Vision Raytracer version 3.8 sample INI file.
;; RES640.INI
;;
Width=640
2 changes: 1 addition & 1 deletion distribution/ini/res800.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Persistence Of Vision Raytracer version 3.7 sample INI file.
;; Persistence Of Vision Raytracer version 3.8 sample INI file.
;; RES800.INI
;;
Width=800
2 changes: 1 addition & 1 deletion distribution/ini/slow.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Persistence Of Vision Raytracer version 3.7 sample INI file.
;; Persistence Of Vision Raytracer version 3.8 sample INI file.
;; SLOW.INI
;;
Quality=11
2 changes: 1 addition & 1 deletion distribution/ini/tgaflc.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Persistence Of Vision Raytracer version 3.7 sample INI file.
;; Persistence Of Vision Raytracer version 3.8 sample INI file.
;; TGAFLC.INI
;;
;; Assuming Input_File=myfile.pov
2 changes: 1 addition & 1 deletion distribution/ini/tgafli.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Persistence Of Vision Raytracer version 3.7 sample INI file.
;; Persistence Of Vision Raytracer version 3.8 sample INI file.
;; TGAFLI.INI
;;
;; Assuming Input_File=myfile.pov
2 changes: 1 addition & 1 deletion distribution/ini/zipflc.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Persistence Of Vision Raytracer version 3.7 sample INI file.
;; Persistence Of Vision Raytracer version 3.8 sample INI file.
;; ZIPFLC.INI
;;
;; Assuming Input_File=myfile.pov
2 changes: 1 addition & 1 deletion distribution/ini/zipfli.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Persistence Of Vision Raytracer version 3.7 sample INI file.
;; Persistence Of Vision Raytracer version 3.8 sample INI file.
;; ZIPFLI.INI
;;
;; Assuming Input_File=myfile.pov
22 changes: 12 additions & 10 deletions source/core/lighting/radiosity.cpp
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
/// Implementation of radiosity.
///
/// @author Jim McElhiney (original code)
/// @author Christoph Lipka (revisions and updates for POV-Ray 3.7)
/// @author Christoph Lipka (revisions and updates for POV-Ray v3.7)
///
/// @copyright
/// @parblock
@@ -177,10 +177,10 @@ RadiosityRecursionSettings* SceneRadiositySettings::GetRecursionSettings(bool fi
// The deeper we recurse, the higher the error we can accept; the original paper
// by Ward et al. suggests to reduce the number of rays by 50% per bounce, based
// on an estimated average reflectivity of 50% throughout the scene; the version
// 3.6 code enforced a minimum of 5 rays, possibly for some hidden reason, so we
// v3.6 code enforced a minimum of 5 rays, possibly for some hidden reason, so we
// follow this example.
// Compatibility:
// POV-Ray 3.6 reduced by factor 3 for 1st recursion, and again by factor 2 for
// POV-Ray v3.6 reduced by factor 3 for 1st recursion, and again by factor 2 for
// 2nd recursion, using that same value for all consecutive recursions; in any
// case, at least 5 rays were shot.

@@ -193,7 +193,7 @@ RadiosityRecursionSettings* SceneRadiositySettings::GetRecursionSettings(bool fi
// The rays picking up deeper bounce samples will be more or less random and
// averaged anyway, so we can be lazy about this at deeper bounces.
// Compatibility:
// POV-Ray 3.6 reduced to 2 for 1st recursion, 1 for all consecutive recursions
// POV-Ray v3.6 reduced to 2 for 1st recursion, 1 for all consecutive recursions

switch (depth)
{
@@ -209,9 +209,9 @@ RadiosityRecursionSettings* SceneRadiositySettings::GetRecursionSettings(bool fi
// The deeper we recurse, the higher the error we can accept; the original paper
// from Ward et al. suggests to increase the error bound by 40% per bounce, based
// on an estimated average reflectivity of 50% throughout the scene; however, we
// follow the more radical example of POV-Ray 3.6.
// follow the more radical example of POV-Ray v3.6.
// Compatibility:
// POV-Ray 3.6 increased by factor 2 per recursion
// POV-Ray v3.6 increased by factor 2 per recursion

recSettings[depth].errorBoundFactor = 1.0 * pow(2.0, (double)depth);

@@ -223,7 +223,7 @@ RadiosityRecursionSettings* SceneRadiositySettings::GetRecursionSettings(bool fi
// arbitrary value. (NOTE: The effect of this *multiplies* with that of
// errorBoundFactor!)
// Compatibility:
// POV-Ray 3.6 increased by factor 2 per recursion
// POV-Ray v3.6 increased by factor 2 per recursion

recSettings[depth].minReuseFactor = minimumReuse * pow(2.0, (double)depth);
recSettings[depth].maxReuseFactor = maximumReuse * pow(2.0, (double)depth);
@@ -243,7 +243,7 @@ RadiosityRecursionSettings* SceneRadiositySettings::GetRecursionSettings(bool fi
// recursion depth, we are going for optimum performance. 8 has proven a good
// value in this respect.
// Compatibility:
// POV-Ray 3.6 used 1 for top-level samples, increasing by factor of 2 [?] per
// POV-Ray v3.6 used 1 for top-level samples, increasing by factor of 2 [?] per
// recursion; there is reason to believe that this was unintentional.

if (depth == 0)
@@ -266,7 +266,7 @@ RadiosityRecursionSettings* SceneRadiositySettings::GetRecursionSettings(bool fi
// level increment per radiosity recursion, and the basic radiosity brightness
// factor.
// Compatibility:
// POV-Ray 3.6 used the trace level of the primary ray that happened to cause the
// POV-Ray v3.6 used the trace level of the primary ray that happened to cause the
// sample to be taken, causing artifacts in scenes with reflective surfaces.

recSettings[depth].traceLevel = int((1.5 * ((double)depth + 1)));
@@ -591,7 +591,9 @@ double RadiosityFunction::GatherLight(const Vector3d& ipoint, const Vector3d& ra
// this is necessary to fix problems splotchiness caused by very
// bright objects
// changed lighting.c to ignore phong/specular if tracing radiosity beam
// TODO FIXME - while the following line is required for backward compatibility, we might consider replacing .max() with .weight(), .weightMax() or .weightMaxAbs() for v3.7.x
// TODO FIXME - while the following line is required for backward compatibility,
// we might consider replacing .max() with .weight(), .weightMax() or .weightMaxAbs()
// in the future
ColourChannel max_ill = temp_colour.Max();

if((max_ill > settings.maxSample) && (settings.maxSample > 0.0))
2 changes: 1 addition & 1 deletion unix/AUTHORS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Persistence of Vision(tm) Ray Tracer Version 3.7.1.
Persistence of Vision(tm) Ray Tracer Version 3.8.0.

POV-Ray is based on DKBTrace 2.12 by David K. Buck & Aaron A. Collins
Copyright 1991-2017 Persistence of Vision Raytracer Pty. Ltd.
4 changes: 2 additions & 2 deletions unix/COPYING
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
===============================================================================
POV-Ray 3.7 for UNIX/Linux - COPYING
POV-Ray v3.8 for UNIX/Linux - COPYING
===============================================================================

Persistence of Vision Ray Tracer ('POV-Ray') version 3.7.
Persistence of Vision Ray Tracer ('POV-Ray') version 3.8.
Copyright 1991-2017 Persistence of Vision Raytracer Pty. Ltd.

POV-Ray is free software: you can redistribute it and/or modify
2 changes: 1 addition & 1 deletion unix/ChangeLog
Original file line number Diff line number Diff line change
@@ -1 +1 @@
POV-Ray 3.7 change log: see revision.txt
POV-Ray change log: see revision.txt
4 changes: 2 additions & 2 deletions unix/Makefile.header
Original file line number Diff line number Diff line change
@@ -4,8 +4,8 @@
# Process this file with automake to produce Makefile.in
#
# ---------------------------------------------------------------------------
# Persistence of Vision Ray Tracer ('POV-Ray') version 3.7.
# Copyright 1991-2013 Persistence of Vision Raytracer Pty. Ltd.
# Persistence of Vision Ray Tracer ('POV-Ray') version 3.8.
# Copyright 1991-2017 Persistence of Vision Raytracer Pty. Ltd.
#
# POV-Ray is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
2 changes: 1 addition & 1 deletion unix/NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
===============================================================================
POV-Ray 3.7 for UNIX/Linux - NEWS
POV-Ray v3.8 for UNIX/Linux - NEWS
===============================================================================

There is NO binary release with this version of POV-Ray ... it is a source code
4 changes: 2 additions & 2 deletions unix/README
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
===============================================================================
POV-Ray 3.7 for UNIX/Linux - README file
POV-Ray v3.8 for UNIX/Linux - README file

For the generic source distribution for UNIX/Linux
===============================================================================
@@ -13,7 +13,7 @@ For the generic source distribution for UNIX/Linux
+----------------------------------------------------------------------------+

This is the README file for the generic UNIX/Linux distribution of the
POV-Ray 3.7 source code.
POV-Ray v3.8 source code.


===================
15 changes: 8 additions & 7 deletions unix/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Building POV-Ray 3.7 for GNU/Linux and similar systems
======================================================
Building POV-Ray v3.8 for GNU/Linux and similar systems
=======================================================

This distribution contains the complete source code of POV-Ray for UNIX
as well as its accompanying HTML documentation and supporting files. In
@@ -57,14 +57,15 @@ Installing

This above installs POV-Ray under system-wide directories and needs root privileges.
Installing as non-privileged user is also possible. By default (i.e. as root), 'make
install' installs the following components:
install' installs the following components (X.Y representing the first two fields of
the version number, e.g. for v3.8.1 this would be 3.8):

povray binary (executable) in /usr/local/bin
data files (e.g. includes, scene files) in /usr/local/share/povray-3.7
documentation (text and html) in /usr/local/share/doc/povray-3.7
configuration files (e.g. povray.conf) in /usr/local/etc/povray/3.7
data files (e.g. includes, scene files) in /usr/local/share/povray-X.Y
documentation (text and html) in /usr/local/share/doc/povray-X.Y
configuration files (e.g. povray.conf) in /usr/local/etc/povray/X.Y

The configuration files are also copied under the $HOME/.povray/3.7 directory
The configuration files are also copied under the $HOME/.povray/X.Y directory
of the user (or root) who is doing the installation.

Please see [unix/install.txt](install.txt) for more details about available
26 changes: 13 additions & 13 deletions unix/configure.ac
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
##############################################################################
# configure.ac
#
# configure.ac
#
# Process this file with autoconf to produce the configure script.
#
# ---------------------------------------------------------------------------
# Persistence of Vision Ray Tracer ('POV-Ray') version 3.7.
#
# Persistence of Vision Ray Tracer ('POV-Ray') version 3.8.
# Copyright 1991-2017 Persistence of Vision Raytracer Pty. Ltd.
#
# POV-Ray is free software: you can redistribute it and/or modify
@@ -19,30 +21,28 @@
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
#---------------------------------------------------------------------------
#
# POV-Ray is based on the popular DKB raytracer version 2.12.
# DKBTrace was originally written by David K. Buck.
# DKBTrace Ver 2.0-2.12 were written by David K. Buck & Aaron A. Collins.
#---------------------------------------------------------------------------
# $File: N/A $
# $Revision: N/A $
# $Change: N/A $
# $DateTime: N/A $
# $Author: N/A $
# $Log$
#
##############################################################################

# configure.ac for the source distribution of POV-Ray 3.7 for UNIX
# configure.ac for the source distribution of POV-Ray 3.8 for UNIX
# Report bugs via https://github.com/POV-Ray/povray/issues
#
# Based on configure.ac from POV-Ray v3.7
# Written by Nicolas Calimet <[email protected]>
# Report bugs via http://bugs.povray.org/
# Based on configure.ac from POV-Ray 3.6
# Based on configure.ac from POV-Ray v3.6

# Required autoconf version.
AC_PREREQ(2.59)

# Inits.

# The file VERSION must contain only the version string MAJOR.MINOR(.PATCHLEVEL)(-PRERELEASE)
# The file VERSION must contain only the version string MAJOR.MINOR.REVISION(.PATCHLEVEL)(-PRERELEASE)
AC_INIT([POV-Ray], m4_normalize(m4_include([VERSION])), [[email protected]], [povray])

# VERSION_BASE is then defined as MAJOR.MINOR
13 changes: 7 additions & 6 deletions unix/install.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
===============================================================================
POV-Ray 3.7 for UNIX/Linux - INSTALL file
POV-Ray v3.8 for UNIX/Linux - INSTALL file

Compiling and installing POV-Ray for Unix from sources.

@@ -54,13 +54,14 @@ are listed in section 3.
The last command in the example above installs POV-Ray under system-wide
directories and needs root privileges. Installing as non-privileged user is
also possible; see section 3.1. By default (i.e. as root), 'make install'
installs the following components:
installs the following components (X.Y representing the first two fields of
the version number, e.g. for v3.8.1 this would be 3.8):
povray binary (executable) in /usr/local/bin
data files (e.g. includes, scene files) in /usr/local/share/povray-3.7
documentation (text and html) in /usr/local/share/doc/povray-3.7
configuration files (e.g. povray.conf) in /usr/local/etc/povray/3.7
data files (e.g. includes, scene files) in /usr/local/share/povray-X.Y
documentation (text and html) in /usr/local/share/doc/povray-X.Y
configuration files (e.g. povray.conf) in /usr/local/etc/povray/X.Y

The configuration files are also copied under the $HOME/.povray/3.7 directory
The configuration files are also copied under the $HOME/.povray/X.Y directory
of the user (or root) who is doing the installation. For further details
regarding those files, please read the instructions in README.unix and in
chapter 1 of the documentation.
13 changes: 7 additions & 6 deletions unix/povray.conf
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
;
; PERSISTENCE OF VISION RAY TRACER
;
; POV-Ray VERSION 3.7
; POV-Ray VERSION 3.8
;
; SAMPLE POVRAY.CONF FILE
; FOR I/O RESTRICTIONS SETTINGS
@@ -25,10 +25,11 @@
; setuid or setgid.
;
; POV-Ray will look in two places for this file: in a system-wide directory
; (typically /usr/local/etc/povray/3.7/povray.conf) and in the user's home
; directory (as ~/.povray/3.7/povray.conf). POV-Ray will always use the
; most strict version of what is specified; user settings can only make
; security more strict.
; (typically /usr/local/etc/povray/X.Y/povray.conf, where X.Y represents the
; first two fields of the version number, e.g. for v3.8.1 this would be 3.8)
; and in the user's home directory (as ~/.povray/X.Y/povray.conf). POV-Ray
; will always use the most strict version of what is specified; user settings
; can only make security more strict.
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

@@ -76,7 +77,7 @@ forbidden
;
; Both relative and absolute paths are possible (which makes "." particularly
; useful for defining the current working directory). The POV-Ray install
; directory (e.g. /usr/local/share/povray-3.7 or /usr/share/povray-3.7)
; directory (e.g. /usr/local/share/povray-X.Y or /usr/share/povray-X.Y)
; can be specified with "%INSTALLDIR%". The install directory and its
; descendents are typically only writable by root; therefore you should not
; specify "%INSTALLDIR%" in read/write directory paths. The user home
Loading