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:
authorJoshua Leung <aligorith@gmail.com>2008-12-21 13:36:29 +0300
committerJoshua Leung <aligorith@gmail.com>2008-12-21 13:36:29 +0300
commit170b748c81b7e76fefb74d5ae2fe45767085aa91 (patch)
treec1e2c8ad92fe6afd848d8d3ace9823e9513bc0f3 /source/blender/python/BPY_extern.h
parent3eaca525f21fb59b8b7ff60681563154e4ca3eb8 (diff)
2.5 - Compiling 'hacks' for py
* Unicode calls in bpy_idprop.c were causing linking errors here. Probably Py-libs for windows would need recompiling with unicode before we can enable this. For now, commented out the offending calls.
Diffstat (limited to 'source/blender/python/BPY_extern.h')
-rw-r--r--source/blender/python/BPY_extern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/BPY_extern.h b/source/blender/python/BPY_extern.h
index 8561f9d1b55..296eb6296a7 100644
--- a/source/blender/python/BPY_extern.h
+++ b/source/blender/python/BPY_extern.h
@@ -49,6 +49,7 @@ struct bConstraintOb; /* DNA_constraint_types.h */
struct bConstraintTarget; /* DNA_constraint_types.h*/
struct Script; /* DNA_screen_types.h */
struct BPyMenu;
+struct bContext;
#ifdef __cplusplus
extern "C" {
#endif