Message 1 of 2
MEL - combining polygons giving name?

Not applicable
03-18-2012
02:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
This is in python
So I am dynamically creating faces using polyCreateFacet function and then combining all the polygons using mel.eval('CombinePolygon').
Apparently mel.eval is supposed to return the name of the mesh I just created but it doesn't. So I was wondering if there is a way to combine these polygons while at the same time giving the new polygon a name.
So I am dynamically creating faces using polyCreateFacet function and then combining all the polygons using mel.eval('CombinePolygon').
Apparently mel.eval is supposed to return the name of the mesh I just created but it doesn't. So I was wondering if there is a way to combine these polygons while at the same time giving the new polygon a name.