POV-Ray : Newsgroups : povray.beta-test : POV-Ray v3.7.beta.8 available. Server Time
5 May 2024 04:46:37 EDT (-0400)
  POV-Ray v3.7.beta.8 available. (Message 4 to 13 of 13)  
<<< Previous 3 Messages Goto Initial 10 Messages
From: Warp
Subject: Re: POV-Ray v3.7.beta.8 available.
Date: 17 Aug 2005 11:34:05
Message: <430358ed@news.povray.org>
When I use antialiasing method 2 with the sse2 version of beta.8,
it crashes. Method 1 works ok.

-- 
                                                          - Warp


Post a reply to this message

From: Chris Cason
Subject: Re: POV-Ray v3.7.beta.8 available.
Date: 18 Aug 2005 15:23:50
Message: <4304e046$1@news.povray.org>
Warp wrote:
>   When I use antialiasing method 2 with the sse2 version of beta.8,
> it crashes. Method 1 works ok.

fixed, thanks.

-- Chris


Post a reply to this message

From: Mike Raiford
Subject: Re: POV-Ray v3.7.beta.8 available.
Date: 22 Aug 2005 12:45:36
Message: <430a0130@news.povray.org>
Chris Cason wrote:
> Warp wrote:
> 
>>  When I use antialiasing method 2 with the sse2 version of beta.8,
>>it crashes. Method 1 works ok.
> 
> 
> fixed, thanks.
> 
> -- Chris

Don't know if this is related, but:

When attempting to render a scene with focal blur, POV-Ray crashes, even 
a super minimal scene:

camera {
     location <0,.5,-5>
     look_at 0
     blur_samples 5000
     aperture .02
}



-- 
~Mike

Things! Billions of them!


Post a reply to this message

From: Thorsten Froehlich
Subject: Re: POV-Ray v3.7.beta.8 available.
Date: 22 Aug 2005 13:02:44
Message: <430a0534$1@news.povray.org>
Mike Raiford wrote:
> Don't know if this is related, but:

Only if you happen to be using AA method 2.

	Thorsten


Post a reply to this message

From: Mike Raiford
Subject: Re: POV-Ray v3.7.beta.8 available.
Date: 22 Aug 2005 13:26:06
Message: <430a0aae$1@news.povray.org>
Thorsten Froehlich wrote:
> Mike Raiford wrote:
> 
>> Don't know if this is related, but:
> 
> 
> Only if you happen to be using AA method 2.
> 
>     Thorsten

This crash happens regardless the AA method. I was using method one 
initially, but just checked with no AA and still crashes.

-- 
~Mike

Things! Billions of them!


Post a reply to this message

From: gregjohn
Subject: Re: POV-Ray v3.7.beta.8 available.
Date: 22 Aug 2005 14:30:01
Message: <web.430a1945a50f64ba40d56c170@news.povray.org>
Chris Cason <nos### [at] deletethispovrayorg> wrote:
> POV-Ray 3.7.beta.8 is available from http://www.povray.org/beta/.
>

Is this process a hint that you're ultimately working on a truly GPL'able
version of povray?  Are yall progressively rewriting sections of code?

The reason I'm asking is that I've been doing some advocacy to get povray
included in some linux distros. I've already seen one case where someone
has misinterpreted the povray license.

The point is that if things are going to change "soon", meaning months
rather than years, I may just put my feet up.

----
Greg M. Johnson


Post a reply to this message

From: Thorsten Froehlich
Subject: Re: POV-Ray v3.7.beta.8 available.
Date: 22 Aug 2005 14:51:00
Message: <430a1e94$1@news.povray.org>
gregjohn wrote:
> Is this process a hint that you're ultimately working on a truly GPL'able
> version of povray?

At no point did the POV-Team ever publicly state that we would release a 
rewrite of POV-Ray under the GPL - to the contrary (search in the newsgroups 
yourself, please).  And there are no plans whatsoever to do anything like 
that for POV-Ray 3.7.  It has clearly been stated in the beta newsgroups 
what features POV-Ray 3.7 contains and it should be really clear that we 
will *not* be rewriting all of POV-Ray.  It has always been made clear that 
the version number of a fully rewritten version of POV-Ray will be 4.0 and 
not some "minor" version number change like 3.7 :-)

> The reason I'm asking is that I've been doing some advocacy to get povray
> included in some linux distros. I've already seen one case where someone
> has misinterpreted the povray license.

Then those who "misinterpreted" it clearly are unable (or unwilling?) to 
read or comprehend plain and simple English :-(  There is little one can do 
about such problems with a license written in English ;-)

	Thorsten


Post a reply to this message

From: Christoph Hormann
Subject: Re: POV-Ray v3.7.beta.8 available.
Date: 22 Aug 2005 15:50:02
Message: <deda34$d30$1@chho.imagico.de>
gregjohn wrote:
> 
> Is this process a hint that you're ultimately working on a truly GPL'able
> version of povray?  Are yall progressively rewriting sections of code?
> 
> The reason I'm asking is that I've been doing some advocacy to get povray
> included in some linux distros. I've already seen one case where someone
> has misinterpreted the povray license.

Note that most Linux distributions do not require software to be GPL 
licensed to include it in their distribution.  In fact some of the most 
important core parts of nearly all linux distributions are under BSD or 
other licenses.

Also note that modifications of the POV-Ray license for version 3.6 made 
it specifically easier to include POV-Ray in Linux or other free OS 
distributions.

Christoph

-- 
POV-Ray tutorials, include files, Landscape of the week:
http://www.tu-bs.de/~y0013390/ (Last updated 24 Jul. 2005)
MegaPOV with mechanics simulation: http://megapov.inetart.net/


Post a reply to this message

From: Calidore
Subject: Re: POV-Ray v3.7.beta.8 available.
Date: 22 Aug 2005 23:10:41
Message: <rp4lg193sfafbu0qcfrc4o71rin3ju8cva@4ax.com>
On Wed, 17 Aug 2005 20:18:56 +1000, Chris Cason
<nos### [at] deletethispovrayorg> wrote:

>Reverted to older version of Intel compiler to avoid some optimization bugs.

Just curious, which version of ICC did you revert from & to?

Best,

Calidore


Post a reply to this message

From: Warp
Subject: Re: POV-Ray v3.7.beta.8 available.
Date: 23 Aug 2005 03:07:40
Message: <430acb3b@news.povray.org>
gregjohn <pte### [at] yahoocom> wrote:
> Chris Cason <nos### [at] deletethispovrayorg> wrote:
> > POV-Ray 3.7.beta.8 is available from http://www.povray.org/beta/.

> Is this process a hint that you're ultimately working on a truly GPL'able
> version of povray?

  What makes you think that publishing betas of an upcoming new version
in any way implicates a change in the usage license? I don't get it.

  Besides, why is everyone so obsessed with GPL? Why everything which
is open source must be GPL? Is GPL the only open source license in
existence?

  As an answer to the last question, try: http://www.opensource.org/licenses/

-- 

                                                          - Warp


Post a reply to this message

<<< Previous 3 Messages Goto Initial 10 Messages

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