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:
authorAndrea Weikert <elubie@gmx.net>2006-06-28 21:46:46 +0400
committerAndrea Weikert <elubie@gmx.net>2006-06-28 21:46:46 +0400
commit7dc92c6b259400a748ec79896c99314597dd98e3 (patch)
treeb98ac8c635e49c458c2d41ce374ca9170a9898c0 /source/blender/python
parent9ac6482f8509f8815a1adc270ec583db0e253bd9 (diff)
=== warnings cleanup ===
added missing includes for undefined symbols in windows release build warnings: creator.c(490) : 'libtiff_init' undefined; transform_manipulator.c(237) : 'EM_editselection_center' undefined; src\transform_manipulator.c(241) : 'EM_editselection_normal' undefined; transform_manipulator.c(242) : 'EM_editselection_plane' undefined; \python\api2_2x\Object.c(3658) : 'get_local_bounds' undefined;
Diffstat (limited to 'source/blender/python')
-rw-r--r--source/blender/python/api2_2x/Object.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/Object.c b/source/blender/python/api2_2x/Object.c
index 1fc2bf8bcb8..221b9c724a0 100644
--- a/source/blender/python/api2_2x/Object.c
+++ b/source/blender/python/api2_2x/Object.c
@@ -83,6 +83,7 @@ struct rctf;
#include "BDR_editobject.h"
#include "BDR_editcurve.h"
+#include "BDR_drawobject.h"
#include "MEM_guardedalloc.h"