Announcements

Between mid-October and November, the content on AREA will be relocated to the Autodesk Community M&E Hub and the Autodesk Community Gallery. Learn more HERE.

Obtain list of UV Shells?

Obtain list of UV Shells?

Anonymous
Not applicable
718 Views
1 Reply
Message 1 of 2

Obtain list of UV Shells?

Anonymous
Not applicable

Looking for a Python function which returns a list of all UV shells in a selected object. Most of the stuff I found on the internet is alot hacky and usually doesn't end up working on my Maya 2018.(So it makes me wonder does that function even exist?) I want to be able to iterate through every shell and be able to access its vert/faces/edges. If there is a MEL solution you can post those aswel.

0 Likes
719 Views
1 Reply
Reply (1)
Message 2 of 2

mspeer
Consultant
Consultant

Hi!

 

There is no ready to use function or command that does this (at least i don't know one).

So you have to do this on your own.

0 Likes