POV-Ray : Newsgroups : povray.general : Max components in blob? Server Time
29 Jul 2024 04:26:51 EDT (-0400)
  Max components in blob? (Message 1 to 5 of 5)  
From: StephenS
Subject: Max components in blob?
Date: 21 Aug 2013 17:25:01
Message: <web.52152ff8b80bae894b81c8b60@news.povray.org>
I get the following error:

Possible Parce Error: There are more than the maximum supported components in a
blob.
Fatal error in parser: Uncategorized error.
Render failed

What is the maximum size?

I create an array and initialize some of the elements.
I scan the array and add a blob sphere{} component for some of the initialized
array elements.
I also #write to a file the blob component, later I can choose to include the
file.

array [480][60][348], array and blob works
array [720][90][522], array works, blob fails

Win vista 64
8Gb memory

Suggestions?

Stephen S


Post a reply to this message

From: StephenS
Subject: Re: Max components in blob?
Date: 21 Aug 2013 17:35:01
Message: <web.5215325cdd1a2b454b81c8b60@news.povray.org>
"StephenS" <nomail@nomail> wrote:
> I get the following error:
>
> Possible Parce Error: There are more than the maximum supported components in a
> blob.
> Fatal error in parser: Uncategorized error.
> Render failed
>
> What is the maximum size?
>
> I create an array and initialize some of the elements.
> I scan the array and add a blob sphere{} component for some of the initialized
> array elements.
> I also #write to a file the blob component, later I can choose to include the
> file.
>
> array [480][60][348], array and blob works
> array [720][90][522], array works, blob fails
>
> Win vista 64
> 8Gb memory
>
> Suggestions?
>
> Stephen S

POV-Ray 3.7.0.rc7.msvc10.win64


Post a reply to this message

From: StephenS
Subject: Re: Max components in blob?
Date: 21 Aug 2013 17:55:00
Message: <web.521536b6dd1a2b454b81c8b60@news.povray.org>
"StephenS" <nomail@nomail> wrote:
> I get the following error:
>
> Possible Parce Error: There are more than the maximum supported components in a
> blob.
> Fatal error in parser: Uncategorized error.
> Render failed
>
> What is the maximum size?
>
> I create an array and initialize some of the elements.
> I scan the array and add a blob sphere{} component for some of the initialized
> array elements.
> I also #write to a file the blob component, later I can choose to include the
> file.
>
> array [480][60][348], array and blob works
> array [720][90][522], array works, blob fails
>
> Win vista 64
> 8Gb memory
>
> Suggestions?
>
> Stephen S

Looking further:
The include file has 1439767 lines of entery, starting with
blob{threshold .2
sphere{ <0.0140553,-2.98281,0.000647176>,0.231891,.008}
sphere{ <-0.00691917,-2.98312,0.0420482>,0.251227,.008}
....

Stephen S


Post a reply to this message

From: clipka
Subject: Re: Max components in blob?
Date: 21 Aug 2013 19:39:47
Message: <52154fc3@news.povray.org>
Am 21.08.2013 23:24, schrieb StephenS:
> I get the following error:
>
> Possible Parce Error: There are more than the maximum supported components in a
> blob.
> Fatal error in parser: Uncategorized error.
> Render failed
>
> What is the maximum size?

The maximum number of internal(!) components per blob is 1,000,000; note 
that while each spherical component is represented by a single internal 
component, each cylindrical component is actually represented by three 
components internally (the cylinder itself + the two end hemispheres).


Post a reply to this message

From: StephenS
Subject: Re: Max components in blob?
Date: 21 Aug 2013 21:00:00
Message: <web.52156273dd1a2b454b81c8b60@news.povray.org>
clipka <ano### [at] anonymousorg> wrote:
> Am 21.08.2013 23:24, schrieb StephenS:
> > I get the following error:
> >
> > Possible Parce Error: There are more than the maximum supported components in a
> > blob.
> > Fatal error in parser: Uncategorized error.
> > Render failed
> >
> > What is the maximum size?
>
> The maximum number of internal(!) components per blob is 1,000,000; note
> that while each spherical component is represented by a single internal
> component, each cylindrical component is actually represented by three
> components internally (the cylinder itself + the two end hemispheres).

Thank you.
I will limit the size of the initial array to start with, and work from there.

Stephen S


Post a reply to this message

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