Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2009-04-13 07:43:16 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-04-13 07:43:16 +0400
commit1b73d3ce058a0edbbdfcc573d0084f655a9c8465 (patch)
tree1f85dcb685cd806741fcfe01040194936b073ada /source/gameengine/PyDoc
parent066098dfec0879bc6cab90cee4f3555471cc4818 (diff)
mesh proxy attributes from andrecastelo
Diffstat (limited to 'source/gameengine/PyDoc')
-rw-r--r--source/gameengine/PyDoc/KX_MeshProxy.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/gameengine/PyDoc/KX_MeshProxy.py b/source/gameengine/PyDoc/KX_MeshProxy.py
index c6855d3b0a5..e8839ac484c 100644
--- a/source/gameengine/PyDoc/KX_MeshProxy.py
+++ b/source/gameengine/PyDoc/KX_MeshProxy.py
@@ -47,6 +47,12 @@ class KX_MeshProxy:
@ivar materials:
@type materials: list of L{KX_BlenderMaterial} or L{KX_PolygonMaterial} types
+
+ @ivar numPolygons:
+ @type numPolygons: integer
+
+ @ivar numMaterials:
+ @type numMaterials: integer
"""
def getNumMaterials():