POV-Ray : Newsgroups : povray.beta-test : Parse warning doesn't give enough information : Re: Parse warning doesn't give enough information Server Time
1 Jun 2024 16:08:31 EDT (-0400)
  Re: Parse warning doesn't give enough information  
From: Zeger Knaepen
Date: 6 Aug 2011 03:00:10
Message: <4e3ce67a$1@news.povray.org>
On 31/07/2011 6:54, Thorsten Froehlich wrote:
> On 30.07.11 02:00, Cousin Ricky wrote:
>> During the parsing of a scene, I get the warning:
>>
>> Parse Warning: Expected pure RGB color expression, unexpected filter and
>> transmit components will have no effect.
>>
>> The warning does not indicate what sort of statement caused it or
>> where it
>> occurred.
>
> Based on the code, there is no obvious intention to not have it return
> the position correctly. To verify the problem you are seeing, please
> provide a minimal scene that causes the warning without a position.
>
> Thorsten


--- START CODE ---
sphere {
   0,1
   pigment {rgb <1,1,1,1,1>}
}
--- END CODE ---

I've not seen a single warning in POV-Ray 3.7.0.RC3.msvc9-sse2.win32 
message window that included a line number.  However, while parsing, the 
warnings are also shown briefly in the status bar, where the line number 
is mentioned.


Post a reply to this message

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