projects
/
blender.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe562f0
)
cast needed to get things compiling again on my machine.
author
Kent Mein <mein@cs.umn.edu>
Mon, 6 Apr 2009 01:43:01 +0000
(
01:43
+0000)
committer
Kent Mein <mein@cs.umn.edu>
Mon, 6 Apr 2009 01:43:01 +0000
(
01:43
+0000)
Kent
source/blender/python/api2_2x/bpy_internal_import.c
patch
|
blob
|
history
diff --git
a/source/blender/python/api2_2x/bpy_internal_import.c
b/source/blender/python/api2_2x/bpy_internal_import.c
index fe69950f8c9e50bacd40c22187a1340732cb5f6e..1423ffe522b316c87ee4751b13a2c918ba85bbb8 100644
(file)
--- a/
source/blender/python/api2_2x/bpy_internal_import.c
+++ b/
source/blender/python/api2_2x/bpy_internal_import.c
@@
-40,7
+40,7
@@
static Main *bpy_import_main= NULL;
static void free_compiled_text(Text *text)
{
if(text->compiled) {
- Py_DECREF(text->compiled);
+ Py_DECREF(
( PyObject * )
text->compiled);
}
text->compiled= NULL;
}