===Python API===

added len() operator for MFaces, which returns number of MVerts.
This commit is contained in:
Ken Hughes
2006-06-06 18:14:31 +00:00
parent d435b02930
commit e77112f76b
2 changed files with 25 additions and 1 deletions

View File

@@ -567,6 +567,12 @@ class MFace:
@rtype: MVert
"""
def __len__():
"""
len for MVert. It returns the number of vertices in the face.
@rtype: int
"""
class MFaceSeq:
"""
The MFaceSeq object