Whoops. There was an error in the commands that I gave you. This:

   # Set the color of vertex 2 to be red.
   mc.select('myMeshShape.vtx[2]', r=1, g=0, b=0)

should be this:

   # Set the color of vertex 2 to be red.
   mc.polyColorPerVertex('myMeshShape.vtx[2]', r=1, g=0, b=0)

-- 
-deane

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

Reply via email to