|
|
|
|
|
|
| |
| |
|
|
From: Christian Parpart
Subject: Still the ^ bug. WTF is no patch out there?
Date: 30 Jul 2002 06:24:54
Message: <3d466976@news.povray.org>
|
|
|
| |
| |
|
|
Hi all,
I'm really very sad about that ugly bug(!). There're neither the sources
available for download yet(tomorrow?) nor a patch against this bad thing.
Another possibility would be to provide (binary/source) snapshots by
default.
I just didn't find anything :-(((
Thanks,
Christian Parpart.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Tue, 30 Jul 2002 12:24:54 +0200, Christian Parpart <cpa### [at] surakwarenet>
wrote:
> Hi all,
Hi
> I'm really very sad about that ugly bug(!). There're neither the sources
> available for download yet(tomorrow?) nor a patch against this bad thing.
Would you like to refer to exact post about this bug ? Hard to say anything
when you are so enigmatic. And are you aware "^" operator was removed from
final release ?
ABX
Post a reply to this message
|
|
| |
| |
|
|
From: Warp
Subject: Re: Still the ^ bug. WTF is no patch out there?
Date: 30 Jul 2002 09:13:31
Message: <3d4690fa@news.povray.org>
|
|
|
| |
| |
|
|
Christian Parpart <cpa### [at] surakwarenet> wrote:
> I'm really very sad about that ugly bug(!).
Which bug? I don't recall any bug regarding the ^ symbol.
--
#macro N(D)#if(D>99)cylinder{M()#local D=div(D,104);M().5,2pigment{rgb M()}}
N(D)#end#end#macro M()<mod(D,13)-6mod(div(D,13)8)-3,10>#end blob{
N(11117333955)N(4254934330)N(3900569407)N(7382340)N(3358)N(970)}// - Warp -
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In article <3d4690fa@news.povray.org>, Warp <war### [at] tagpovrayorg>
wrote:
> Christian Parpart <cpa### [at] surakwarenet> wrote:
> > I'm really very sad about that ugly bug(!).
>
> Which bug? I don't recall any bug regarding the ^ symbol.
Especially since it doesn't even mean anything to POV...what about the
ugly & bug? And %, $, @, ~, `...and the "irtc_winning_scene" keyword
isn't recognized!
--
Christopher James Huff <chr### [at] maccom>
POV-Ray TAG e-mail: chr### [at] tagpovrayorg
TAG web site: http://tag.povray.org/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
It's not a bug. The hat^ operator has been removed from version 3.5. I
wish it wasn't, because it made things so much easier. Some people said
it caused problems with operator precedence, but I never had any
problems. Usally I would put everything into parenthesis anyway.
Christian Parpart wrote:
> Hi all,
>
> I'm really very sad about that ugly bug(!). There're neither the sources
> available for download yet(tomorrow?) nor a patch against this bad thing.
>
> Another possibility would be to provide (binary/source) snapshots by
> default.
>
> I just didn't find anything :-(((
>
> Thanks,
> Christian Parpart.
>
--
Samuel Benge
sbe### [at] caltelcom
Post a reply to this message
|
|
| |
| |
|
|
From: Warp
Subject: Re: Still the ^ bug. WTF is no patch out there?
Date: 31 Jul 2002 09:12:34
Message: <3d47e240@news.povray.org>
|
|
|
| |
| |
|
|
Christopher James Huff <chr### [at] maccom> wrote:
> what about the ugly & bug?
Is there some bug with that operator?
--
#macro M(A,N,D,L)plane{-z,-9pigment{mandel L*9translate N color_map{[0rgb x]
[1rgb 9]}scale<D,D*3D>*1e3}rotate y*A*8}#end M(-3<1.206434.28623>70,7)M(
-1<.7438.1795>1,20)M(1<.77595.13699>30,20)M(3<.75923.07145>80,99)// - Warp -
Post a reply to this message
|
|
| |
| |
|
|
From: Warp
Subject: Re: Still the ^ bug. WTF is no patch out there?
Date: 31 Jul 2002 09:16:08
Message: <3d47e318@news.povray.org>
|
|
|
| |
| |
|
|
Samuel Benge <sbe### [at] caltelcom> wrote:
> The hat^ operator has been removed from version 3.5.
Removed? There's no official POV-Ray version which as a ^-operator, so
it's difficult to remove it.
--
#macro M(A,N,D,L)plane{-z,-9pigment{mandel L*9translate N color_map{[0rgb x]
[1rgb 9]}scale<D,D*3D>*1e3}rotate y*A*8}#end M(-3<1.206434.28623>70,7)M(
-1<.7438.1795>1,20)M(1<.77595.13699>30,20)M(3<.75923.07145>80,99)// - Warp -
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On 31 Jul 2002 09:16:08 -0400, Warp <war### [at] tagpovrayorg> wrote:
> Removed? There's no official POV-Ray version which as a ^-operator, so
> it's difficult to remove it.
Don't be soo detailed. Note about it is distributed with official release and
is called in log:
Change 1634 on 2002/05/30 by thorsten@host27
Removes "hat"-operator and replaces it with "pow"-function
From view of official versions it was neither removed or replaced but is it so
important ? Isn't it just simpler to tell: "it was tested during 3.5
beta-testing but due to some problems was not included in final release" ?
ABX
Post a reply to this message
|
|
| |
| |
|
|
From: Christian Parpart
Subject: Re: Still the ^ bug. WTF is no patch out there?
Date: 31 Jul 2002 09:42:54
Message: <3d47e95d@news.povray.org>
|
|
|
| |
| |
|
|
ABX inspired the electrons to say:
> On 31 Jul 2002 09:16:08 -0400, Warp <war### [at] tagpovrayorg> wrote:
>> Removed? There's no official POV-Ray version which as a ^-operator, so
>> it's difficult to remove it.
>
> Don't be soo detailed. Note about it is distributed with official release
> and is called in log:
>
> Change 1634 on 2002/05/30 by thorsten@host27
> Removes "hat"-operator and replaces it with "pow"-function
>
> From view of official versions it was neither removed or replaced but is
> it so important ? Isn't it just simpler to tell: "it was tested during 3.5
> beta-testing but due to some problems was not included in final release" ?
Well, there's a wonderfull water example using POV-Ray 3.5 wich makes
extensive use of that hat (^) operator.
Replacing it by its pow function make the source bigger and (perhaps) not
more readable.
Greets,
Christian.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Wed, 31 Jul 2002 15:42:54 +0200, Christian Parpart <cpa### [at] surakwarenet>
wrote:
> Well, there's a wonderfull water example using POV-Ray 3.5 wich makes
> extensive use of that hat (^) operator.
And this is bug you are reffering to ? Why you not ask author of this example
to correct this bug ? He probably know that his example is not 3.5 compatible.
> Replacing it by its pow function make the source bigger and (perhaps) not
> more readable.
Don't ask for not readable languages, please :-)
ABX
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |