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:
authorJoseph Gilbert <ascotan@gmail.com>2004-03-23 06:07:41 +0300
committerJoseph Gilbert <ascotan@gmail.com>2004-03-23 06:07:41 +0300
commit9acb3c8ff078a418d944492ed1f415fada62aa36 (patch)
treef5dea1253da49289ea75c2a4e8bf432f190dd275 /source/blender/python/api2_2x/Draw.h
parent00291b5cf4a0f16ddca425b74ed30e8ac35d40e2 (diff)
- bugfix for 1078
- slider crashes blender because of redraw commands - fixed - styken reported/fixed this bug
Diffstat (limited to 'source/blender/python/api2_2x/Draw.h')
-rw-r--r--source/blender/python/api2_2x/Draw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/Draw.h b/source/blender/python/api2_2x/Draw.h
index 04169e6d215..d97681f5233 100644
--- a/source/blender/python/api2_2x/Draw.h
+++ b/source/blender/python/api2_2x/Draw.h
@@ -51,6 +51,7 @@
#include "BKE_global.h"
#include "BKE_library.h"
+#include "BKE_object.h"
#include "BIF_gl.h"
#include "BIF_screen.h"