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/CPropValue.py')
-rw-r--r--source/gameengine/PyDoc/CPropValue.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/source/gameengine/PyDoc/CPropValue.py b/source/gameengine/PyDoc/CPropValue.py
new file mode 100644
index 00000000000..498b47ab013
--- /dev/null
+++ b/source/gameengine/PyDoc/CPropValue.py
@@ -0,0 +1,8 @@
+#
+# Documentation for CValue class
+from CValue import *
+class CPropValue(CValue):
+ """
+ This class has no python functions
+ """
+ pass