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:
authorCampbell Barton <ideasman42@gmail.com>2017-06-26 06:50:11 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-06-26 06:50:11 +0300
commit2d2c64dd187bb1d83c9b28d837d86ed5168d6819 (patch)
tree57e547c6c03b060880d42deb18818e8b67284124 /source/blender/windowmanager/manipulators/intern/wm_manipulator_group.c
parent6d1ae5897f03476076509a784244cd0316cc696c (diff)
Building without Python works again
Diffstat (limited to 'source/blender/windowmanager/manipulators/intern/wm_manipulator_group.c')
-rw-r--r--source/blender/windowmanager/manipulators/intern/wm_manipulator_group.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/blender/windowmanager/manipulators/intern/wm_manipulator_group.c b/source/blender/windowmanager/manipulators/intern/wm_manipulator_group.c
index 3b58526069f..f338a14dfbc 100644
--- a/source/blender/windowmanager/manipulators/intern/wm_manipulator_group.c
+++ b/source/blender/windowmanager/manipulators/intern/wm_manipulator_group.c
@@ -42,8 +42,6 @@
#include "BLI_listbase.h"
#include "BLI_string.h"
-#include "BPY_extern.h"
-
#include "ED_screen.h"
#include "MEM_guardedalloc.h"
@@ -59,6 +57,9 @@
#include "wm_manipulator_wmapi.h"
#include "wm_manipulator_intern.h"
+#ifdef WITH_PYTHON
+# include "BPY_extern.h"
+#endif
/* -------------------------------------------------------------------- */
/** \name wmManipulatorGroup