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:
authorWillian Padovani Germano <wpgermano@gmail.com>2003-10-24 21:08:59 +0400
committerWillian Padovani Germano <wpgermano@gmail.com>2003-10-24 21:08:59 +0400
commit5f26e16c51819f6fb6cfed705fce8f667e1b667c (patch)
tree709a84d281419375bd7ce3eabd493379176d05a9 /source/blender/python/api2_2x/Object.h
parent6c9f9d0716f4a277a1b2af09176f1e31a874faef (diff)
Exppython: fixed crash caused by linking to a scene objects with NULL obdata, caused by recent (2.28c) internal changes to avoid unneded creation of obdata.
Diffstat (limited to 'source/blender/python/api2_2x/Object.h')
-rw-r--r--source/blender/python/api2_2x/Object.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/Object.h b/source/blender/python/api2_2x/Object.h
index 43ef17caef5..b00e40f36e2 100644
--- a/source/blender/python/api2_2x/Object.h
+++ b/source/blender/python/api2_2x/Object.h
@@ -73,4 +73,6 @@ typedef struct {
struct Object * object;
} BPy_Object;
+int EXPP_add_obdata(struct Object *object);
+
#endif /* EXPP_OBJECT_H */