POV-Ray : Newsgroups : povray.beta-test : Error in Docs: Partial Output Options Server Time
16 May 2024 08:36:37 EDT (-0400)
  Error in Docs: Partial Output Options (Message 5 to 14 of 14)  
<<< Previous 4 Messages Goto Initial 10 Messages
From: James Holsenback
Subject: Re: Error in Docs: Partial Output Options
Date: 6 Nov 2012 10:13:25
Message: <50992915@news.povray.org>
On 11/06/2012 09:57 AM, James Holsenback wrote:
> On 11/06/2012 07:20 AM, Thomas de Groot wrote:
>> +Sn and +En result in an error message.
>>
>> +S0.n and +E0.n just do nothing.
>>
>>
>> Thomas
>
> Hmmm ... I get do nothing both of these no error/warning ... the full
> image renders

OK double Hmmmm ... I was trying different combinations of the +sr0.n 
and +er0.n formats and this produces a hard fail:

+sr0.50 +er0.100

POV-Ray Critical Error: Backend worker thread shut down prematurely: 
please re-start POV-Ray.povray: vfepovms.cpp:208: int 
vfe::SysQNode::Send(void*, int): Assertion `m_Sanity == 0xEDFEEFBE' failed.

Well after thinking WTF a did a little RTFM and see that the format I 
used specifies percentage, so now I understand the error of my choice.

This shouldn't have gotten past the parser ... correct?


Post a reply to this message

From: James Holsenback
Subject: Re: Error in Docs: Partial Output Options
Date: 6 Nov 2012 10:15:53
Message: <509929a9@news.povray.org>
On 11/06/2012 10:11 AM, Thomas de Groot wrote:
> On 6-11-2012 16:04, Thomas de Groot wrote:
>> Semantic trouble  :-)
>>
>> This is what I mean: It should /not/ be the full image. The commands do
>> not work. While +SR0.n and +ER0.n work correctly.
>>
>
> I am still not making myself clear enough.
>
> +Sn, +S0.n, +En, +E0.n are /unexisting/ commands which should be removed
> from the list at the start of the paragraph.
>
> Thomas
>
well at this point I'm not 100% sure ... given what else I've 
discovered. I'm just saying ... is there a chance that those variants 
ARE legit ... parser doesn't seem to care.


Post a reply to this message

From: Thomas de Groot
Subject: Re: Error in Docs: Partial Output Options
Date: 7 Nov 2012 04:00:15
Message: <509a231f$1@news.povray.org>
On 6-11-2012 16:15, James Holsenback wrote:
> On 11/06/2012 10:11 AM, Thomas de Groot wrote:
>> On 6-11-2012 16:04, Thomas de Groot wrote:
>>> Semantic trouble  :-)
>>>
>>> This is what I mean: It should /not/ be the full image. The commands do
>>> not work. While +SR0.n and +ER0.n work correctly.
>>>
>>
>> I am still not making myself clear enough.
>>
>> +Sn, +S0.n, +En, +E0.n are /unexisting/ commands which should be removed
>> from the list at the start of the paragraph.
>>
>> Thomas
>>
> well at this point I'm not 100% sure ... given what else I've
> discovered. I'm just saying ... is there a chance that those variants
> ARE legit ... parser doesn't seem to care.

Well, parser /did/ care for +Sn and +En in my system, but not 
anymore.... However, they do /not/ do their job. The full image is 
rendered instead of the part in-between asked for. Same story for +S0.n 
and +E0.n (percentages).

Also note that +S and +E are /not/ available in the index, while +SR and 
+ER are..

My impression is that they are relicts from the 3.6 version and have 
been deactivated as they are redundant with +SRn and +ERn, respectively 
+SR0.n and +ER0.n

Thomas


Post a reply to this message

From: James Holsenback
Subject: Re: Error in Docs: Partial Output Options
Date: 7 Nov 2012 10:19:08
Message: <509a7bec$1@news.povray.org>
On 11/07/2012 03:59 AM, Thomas de Groot wrote:
> On 6-11-2012 16:15, James Holsenback wrote:
>> On 11/06/2012 10:11 AM, Thomas de Groot wrote:
>>> On 6-11-2012 16:04, Thomas de Groot wrote:
>>>> Semantic trouble  :-)
>>>>
>>>> This is what I mean: It should /not/ be the full image. The commands do
>>>> not work. While +SR0.n and +ER0.n work correctly.
>>>>
>>>
>>> I am still not making myself clear enough.
>>>
>>> +Sn, +S0.n, +En, +E0.n are /unexisting/ commands which should be removed
>>> from the list at the start of the paragraph.
>>>
>>> Thomas
>>>
>> well at this point I'm not 100% sure ... given what else I've
>> discovered. I'm just saying ... is there a chance that those variants
>> ARE legit ... parser doesn't seem to care.
>
> Well, parser /did/ care for +Sn and +En in my system, but not
> anymore.... However, they do /not/ do their job. The full image is
> rendered instead of the part in-between asked for. Same story for +S0.n
> and +E0.n (percentages).
>
> Also note that +S and +E are /not/ available in the index, while +SR and
> +ER are..
>
> My impression is that they are relicts from the 3.6 version and have
> been deactivated as they are redundant with +SRn and +ERn, respectively
> +SR0.n and +ER0.n
>
> Thomas
Yeah ... I think you may be correct about some of those variants have 
been disabled ... deprecated can't say for sure, but don't think so, I 
did a quick check of the change log and didn't see anything.

I'll be more than happy to change the docs when we get someone to expand 
on what's legit. You know something else that doesn't seem right is that 
/if/ those variants are deprecated I'd expect some kind of warning ... 
also the ones that are getting through seem to have rather loose 
validations rules.

Interesting find ... I'm anxious to get the straight scoop.


Post a reply to this message

From: Thomas de Groot
Subject: Re: Error in Docs: Partial Output Options
Date: 7 Nov 2012 10:40:07
Message: <509a80d7$1@news.povray.org>
On 7-11-2012 16:19, James Holsenback wrote:

> Interesting find ... I'm anxious to get the straight scoop.

Yes, it seems odd. We anxiously await the enlightened words of the Grand 
Masters  ;-)


Thomas


Post a reply to this message

From: clipka
Subject: Re: Error in Docs: Partial Output Options
Date: 8 Nov 2012 07:55:46
Message: <509babd2$1@news.povray.org>
Am 07.11.2012 16:39, schrieb Thomas de Groot:
> On 7-11-2012 16:19, James Holsenback wrote:
>
>> Interesting find ... I'm anxious to get the straight scoop.
>
> Yes, it seems odd. We anxiously await the enlightened words of the Grand
> Masters  ;-)

Guess what - turns out that the error message for unknown switches 
doesn't work properly.


Post a reply to this message

From: James Holsenback
Subject: Re: Error in Docs: Partial Output Options
Date: 8 Nov 2012 19:39:14
Message: <509c50b2@news.povray.org>
On 11/08/2012 07:55 AM, clipka wrote:
> Am 07.11.2012 16:39, schrieb Thomas de Groot:
>> On 7-11-2012 16:19, James Holsenback wrote:
>>
>>> Interesting find ... I'm anxious to get the straight scoop.
>>
>> Yes, it seems odd. We anxiously await the enlightened words of the Grand
>> Masters  ;-)
>
> Guess what - turns out that the error message for unknown switches
> doesn't work properly.
>

does now ... pulled your fix :-)

Oh and BTW: looks like you were correct Thomas I'll fix the docs


Post a reply to this message

From: Thomas de Groot
Subject: Re: Error in Docs: Partial Output Options
Date: 9 Nov 2012 03:18:00
Message: <509cbc38$1@news.povray.org>
On 9-11-2012 1:39, James Holsenback wrote:
> On 11/08/2012 07:55 AM, clipka wrote:
>> Guess what - turns out that the error message for unknown switches
>> doesn't work properly.
>>
>
> does now ... pulled your fix :-)
>
> Oh and BTW: looks like you were correct Thomas I'll fix the docs

We got the best of two worlds then :-)

Thomas


Post a reply to this message

From: James Holsenback
Subject: Re: Error in Docs: Partial Output Options
Date: 9 Nov 2012 06:51:30
Message: <509cee42@news.povray.org>
On 11/09/2012 03:17 AM, Thomas de Groot wrote:
> On 9-11-2012 1:39, James Holsenback wrote:
>> On 11/08/2012 07:55 AM, clipka wrote:
>>> Guess what - turns out that the error message for unknown switches
>>> doesn't work properly.
>>>
>>
>> does now ... pulled your fix :-)
>>
>> Oh and BTW: looks like you were correct Thomas I'll fix the docs
>
> We got the best of two worlds then :-)
>
> Thomas
>

If you wouldn't mind having a look (sanity check) ... the docs have been 
changed. I deleted the old non-supported variants, and added a "Note" 
about support for those variants being dropped.

http://wiki.povray.org/content/Reference:General_Output_Options#Partial_Output_Options


Post a reply to this message

From: Thomas de Groot
Subject: Re: Error in Docs: Partial Output Options
Date: 9 Nov 2012 07:24:58
Message: <509cf61a$1@news.povray.org>
On 9-11-2012 12:51, James Holsenback wrote:
> If you wouldn't mind having a look (sanity check) ... the docs have been
> changed. I deleted the old non-supported variants, and added a "Note"
> about support for those variants being dropped.
>
>
http://wiki.povray.org/content/Reference:General_Output_Options#Partial_Output_Options
>

Clear as crystal, James!

Thomas


Post a reply to this message

<<< Previous 4 Messages Goto Initial 10 Messages

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