===Python API===

Fix typo in Mesh.py epydoc.
This commit is contained in:
Ken Hughes
2006-05-29 03:52:38 +00:00
parent b3c1a72c34
commit 7b1d6021a4

View File

@@ -615,7 +615,6 @@ class MFaceSeq:
def selected():
"""
Get selected faces.
mode.
@return: a list of the indices for all faces selected in edit mode.
@rtype: list of ints
"""
@@ -653,7 +652,7 @@ class Mesh:
@type mode: int
@ivar sel: Sets selection status for all vertices, edges and faces in the
mesh (write only).
@type mode: boolean
@type sel: boolean
@ivar hide: Sets hidden status for all vertices, edges and faces in the
mesh (write only).
@type hide: boolean