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:
authorKent Mein <mein@cs.umn.edu>2008-09-06 18:13:31 +0400
committerKent Mein <mein@cs.umn.edu>2008-09-06 18:13:31 +0400
commit115cf18bed42d590545d83c73438dc826120313a (patch)
tree1ba35fd4bcdf0932dbdffbf398e89852213b51c7 /source/gameengine/Ketsji/KX_PyConstraintBinding.cpp
parent810f79966049f126f23dc39bc7703c81bd5f8748 (diff)
converted my gen_utils.h fix to PyObjectPlus.h
Also added a fix for PyMarshal_WriteObjectToString Now I just need to figure out linking of the gameengine on my imac. Kent
Diffstat (limited to 'source/gameengine/Ketsji/KX_PyConstraintBinding.cpp')
-rw-r--r--source/gameengine/Ketsji/KX_PyConstraintBinding.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gameengine/Ketsji/KX_PyConstraintBinding.cpp b/source/gameengine/Ketsji/KX_PyConstraintBinding.cpp
index 83695a9f4c3..ac63e3fade5 100644
--- a/source/gameengine/Ketsji/KX_PyConstraintBinding.cpp
+++ b/source/gameengine/Ketsji/KX_PyConstraintBinding.cpp
@@ -34,7 +34,7 @@
#include "PHY_IPhysicsController.h"
#include "PHY_IVehicle.h"
-#include "gen_utils.h" /* Python stuff */
+#include "PyObjectPlus.h"
#ifdef HAVE_CONFIG_H
#include <config.h>