Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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