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/Expressions/ListValue.cpp')
-rw-r--r--source/gameengine/Expressions/ListValue.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/gameengine/Expressions/ListValue.cpp b/source/gameengine/Expressions/ListValue.cpp
index 9acc6ad2cde..90a939af236 100644
--- a/source/gameengine/Expressions/ListValue.cpp
+++ b/source/gameengine/Expressions/ListValue.cpp
@@ -232,7 +232,9 @@ PyMethodDef CListValue::Methods[] = {
{NULL,NULL} //Sentinel
};
-
+PyAttributeDef CListValue::Attributes[] = {
+ { NULL } //Sentinel
+};
PyObject* CListValue::_getattr(const char *attr) {
_getattr_up(CValue);