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/blender
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/blender')
-rw-r--r--source/blender/python/api2_2x/gen_utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/gen_utils.h b/source/blender/python/api2_2x/gen_utils.h
index 1f2fd55cf1b..f33dc69d703 100644
--- a/source/blender/python/api2_2x/gen_utils.h
+++ b/source/blender/python/api2_2x/gen_utils.h
@@ -45,6 +45,7 @@
Py_RETURN_NONE
Python 2.4 macro.
defined here until we switch to 2.4
+ also in PyObjectPlus.h for gameengine
*/
#ifndef Py_RETURN_NONE
#define Py_RETURN_NONE return Py_BuildValue("O", Py_None)