Python API

----------
Fix minor typo in Mesh API docs.
This commit is contained in:
Ken Hughes
2007-01-22 16:13:01 +00:00
parent a0cd868f14
commit f80ff6c7da

View File

@@ -567,7 +567,7 @@ class MFace:
Setting this attribute will create UV faces if they do not exist.
Getting this attribute throw an exception if the mesh does not have
UV faces; use L{Mesh.faceUV} to test.
@type uv: list of vectors (WRAPPED DATA)
@type uv: tuple of vectors (WRAPPED DATA)
@ivar uvSel: The face's UV coordinates selection state; a 1 indicates the
vertex is selected. Each vertex has its own UV coordinate select state
(this is not the same as the vertex's edit mode selection state).