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:
Diffstat (limited to 'source/gameengine/PyDoc/KX_PolyProxy.py')
-rw-r--r--source/gameengine/PyDoc/KX_PolyProxy.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/gameengine/PyDoc/KX_PolyProxy.py b/source/gameengine/PyDoc/KX_PolyProxy.py
index bcd42c2ac2e..2d1c1f9b218 100644
--- a/source/gameengine/PyDoc/KX_PolyProxy.py
+++ b/source/gameengine/PyDoc/KX_PolyProxy.py
@@ -1,7 +1,8 @@
# $Id$
# Documentation for the polygon proxy class
+from SCA_IObject import *
-class KX_PolyProxy:
+class KX_PolyProxy(SCA_IObject):
"""
A polygon holds the index of the vertex forming the poylgon.