Yeah, that output is a little retarded / unpythonic.  It's a straight
translation from the api function MFnMesh.getAssignedUVs - check out
the api docs for a description:

http://download.autodesk.com/us/maya/2009help/API/class_m_fn_mesh.html#902345bbf950ca4b82079c2af3b890a6

Ideally, that would return just a list of lists, since in python our
arrays keep track of how long they are, so the uvCounts is an
unnecessary complication.

Of course, if anybody is already using that as is, it would break
their code... i'll check with the resident
benevolant-pymel-dictictator-for-life ;)

- Paul

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/python_inside_maya
-~----------~----~----~----~------~----~------~--~---

Reply via email to