Sebastian
unread,Nov 28, 2010, 9:27:54 PM11/28/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Pymel Python Module for Maya
Hello I have a question about setting vertex colors with pyMel
pn = ls(sl=True)[0].getShape()
for i in range(10):
pn.vtx[i].setColor(datatypes.Color(1,0.5,0.5,1))
Sets just the vertex with index 0 but not the others - is there
something I'm doing wrong?
Thanks for enlightenment :),
seb