I'm not sure if this is helpful or not, but my separate script posted on Area 
is designed to identify polygon islands before it separates them. If you can 
achieve what you are needing to do with a script maybe this would be a good 
starting point?

http://area.autodesk.com/downloads/scripts?word=JP_Separate.js&where=1&software=&script=

Joey

________________________________
From: [email protected] 
[[email protected]] On Behalf Of phil harbath 
[[email protected]]
Sent: Sunday, November 11, 2012 12:01 AM
To: [email protected]
Subject: Re: polygon island attributes

topolizer has this functionality and much more for those of us who like things 
gift wrapped.

From: Simon van de Lagemaat<mailto:[email protected]>
Sent: Saturday, November 10, 2012 11:57 PM
To: [email protected]<mailto:[email protected]>
Subject: Re: polygon island attributes

Ya I'm looking for a poly island solution which I had kind of thought wouldn't 
be straight forward.  I'm pretty slow when it comes to putting around ICE but 
I've been thinking of some hacky conceptual methods of doing it.

1.  creating a particle at the center of every island, getting that particle to 
sample a turbulence noise and then passing that value to the island.

2. mapping only one point on the island then passing that value to the other 
island points.

I'm sure there are better ways to do it but those are what my artist brain came 
up with so far.  I'm not sure about what would require scripting and what 
wouldn't

On Sat, Nov 10, 2012 at 8:39 PM, Alan Fregtman 
<[email protected]<mailto:[email protected]>> wrote:
Hi Ciaran,

That would work for polygons individually, but Simon seems to be
asking about polygon islands (so multiple polys per island.) That's
quite tricky to get via ICE alone without scripted help.

On Sat, Nov 10, 2012 at 11:15 PM, Ciaran Moloney
<[email protected]<mailto:[email protected]>> wrote:
> Dive inside the turbulence compound and replace any instances of
> pointposition with polygonposition. Also, swap polygonindex for point ID.
>
>
> On Sat, Nov 10, 2012 at 12:21 AM, Simon van de Lagemaat
> <[email protected]<mailto:[email protected]>> wrote:
>>
>> Hey all,
>>
>> A while ago I asked how to assign random attributes to polygon islands and
>> I've recently revisited that task and used a couple of methods using the get
>> array minimum technique.
>>
>> Currently I'm just assigning purely random values using a random value
>> node which has my custom poly island indices plugged into it.  What I'd like
>> to do is find a way to drive each islands value via a worley noise or
>> turbulise node so I can get a more patterned, less random change to the
>> values from island to island.  The issue is finding a way to sample the
>> noise at one point for each island and I'm not sure how to go about that.
>>
>> If you have any ideas or could point me to something I'd love to hear from
>> you.
>>
>> Cheers.
>
>

Reply via email to