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/GameLogic/SCA_IObject.cpp')
-rw-r--r--source/gameengine/GameLogic/SCA_IObject.cpp16
1 files changed, 2 insertions, 14 deletions
diff --git a/source/gameengine/GameLogic/SCA_IObject.cpp b/source/gameengine/GameLogic/SCA_IObject.cpp
index bd356f07cb9..2be5af034c9 100644
--- a/source/gameengine/GameLogic/SCA_IObject.cpp
+++ b/source/gameengine/GameLogic/SCA_IObject.cpp
@@ -231,7 +231,7 @@ void SCA_IObject::SetCurrentTime(float currentTime) {
}
-
+#if 0
const MT_Point3& SCA_IObject::ConvertPythonPylist(PyObject* pylist)
{
bool error = false;
@@ -273,19 +273,7 @@ const MT_Point3& SCA_IObject::ConvertPythonPylist(PyObject* pylist)
}
return m_sDummy;
}
-
-
-
-const MT_Point3& SCA_IObject::ConvertPythonVectorArg(PyObject* args)
-{
-
- PyObject* pylist;
- PyArg_ParseTuple(args,"O",&pylist);
- m_sDummy = ConvertPythonPylist(pylist);
- return m_sDummy;
-}
-
-
+#endif
void SCA_IObject::Suspend(void)
{