POV-Ray : Newsgroups : povray.binaries.images : POV-Tree 1.2 screenshots : Re: POV-Tree 1.2 screenshots Server Time
12 Aug 2024 21:16:01 EDT (-0400)
  Re: POV-Tree 1.2 screenshots  
From: Gena
Date: 20 Aug 2003 14:09:09
Message: <3f43b945$1@news.povray.org>
Gena Obukhov wrote:

 > Several people reported problem with saving include files.
 > I fixed that bug in version 1.2.1. It's available from the same link:
 > http://propro.ru/go/Wshop/tools/tools.html

Some minor misbehavior still exists with saving include
(non-mesh) files. For example, if you don't use blossom
(blossom type is not selected) POV-Tree will write to
file:
#declare BLOSSOM=;
Then if you use TOMTREE or TOMTREEm to render the tree
POV-Ray will fail parsing this line. Temporary workaround
can be just comment out this line:
//#declare BLOSSOM=;

I'll fix this problem in next release writing to file
something like:
#declare BLOSSOM="NONE";

It will happen after my vacation somewhere in the end of
September. I'm also planning to add some other
changes/improvements to that release.

Gena.


Post a reply to this message

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