THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 22/04/2008 at 14:23, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R9-R10.5
Platform: Windows ; Mac ; Mac OSX ;
Language(s) : C++ ;
---------
My current method of doing this involves setting the polygon indices of selected polygons (from PolygonSelection tags) to a single value. Basically, I'm turning the polygon 'area' into a singularity so that it appears to be hidden. When used with some generators, esp. HyperNURBS, the results are unpleasant (since it is using these singularities during subdivision).
A Generator object plugin may be the answer - but I don't like it. I realize that this is exactly for what these types of objects are. I'm really unsure what snags may occur going this direction (such as for special parenting and conforming done by my plugin). For instance, the generator object takes an existing polygon object and does something to remove polygons - how is that going to affect the UV mapping?