Hi, I have a few question on the getAssignedUVs() function.

I would like to understand what is the return of that function... I
don't understand the return.

import pymel as pm
plane = pm.polyPlane(sw=2, sh=2)[0]
print 'plane:', plane, '|type', type(plane)
shape = plane.getShape()
print 'shape:', shape, 'type:', type(shape)
print shape.getAssignedUVs()

plane: pPlane7 |type <class 'pymel.core.nodetypes.Transform'>
shape: pPlaneShape7 type: <class 'pymel.core.nodetypes.Mesh'>
([4, 4, 4, 4], [0, 1, 4, 3, 1, 2, 5, 4, 3, 4, 7, 6, 4, 5, 8, 7])

What does these list represent?

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

Reply via email to