Are "Polygon Groups" somehow accesible ?
-
On 24/03/2013 at 10:08, xxxxxxxx wrote:
Hi Everyone!
I was wondering if polygon groups informations are stored somewhere and accessible, for example on a mesh made from single objects merged together. Let's suppose I want to recreate the "Polygon Groups to Objects" command behavior, for example..Can someone point me in the right direction ?
Cheers
Massimiliano -
On 24/03/2013 at 10:50, xxxxxxxx wrote:
c4d does not store polygons in groups it is just an operation. you could use smc with select
connected or the pgto itself to recreate the function. on a lower level you would use
utils.Neighbour or just the point and polygon data to check the shared point pairs (edges). -
On 25/03/2013 at 04:45, xxxxxxxx wrote:
Hi, thanks for the heads-up, I'll look further into this..
cheers