Cam Barton discovered the setter for me.faces[i].col was missing.

This commit is contained in:
Ken Hughes
2006-01-13 17:22:53 +00:00
parent 144e3f827d
commit c18db96f56
2 changed files with 50 additions and 2 deletions

View File

@@ -442,7 +442,7 @@ class MFace:
colors; use L{Mesh.faceUV} and L{Mesh.vertexColors} to test. B{Note}:
if a mesh has i{both} UV faces and vertex colors, the colors stored in
the UV faces will be used here.
@type col: list of MCols
@type col: sequence of MCols
@ivar mat: The face's index into the mesh's materials
list. It is in the range [0,15].
@type mat: int