From 6b677a2616a6cac3c58e79eda19080a953d68136 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 31 Oct 2010 13:17:39 +0000 Subject: own recent commit broke this python import: from mathutils.geometry import PolyFill I couldn't find a way for python's inittab to do this so just inserting mathutils.geometry into sys.modules manually. --- source/blender/blenkernel/BKE_utildefines.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenkernel/BKE_utildefines.h') diff --git a/source/blender/blenkernel/BKE_utildefines.h b/source/blender/blenkernel/BKE_utildefines.h index a7b4a71c84d..a1968459fd6 100644 --- a/source/blender/blenkernel/BKE_utildefines.h +++ b/source/blender/blenkernel/BKE_utildefines.h @@ -282,7 +282,7 @@ behaviour, though it may not be the best in practice. #elif defined(__GNUC__) #define BM_INLINE static inline __attribute((always_inline)) #else -#warning "MSC/GNUC defines not found, inline non-functional" +/* #warning "MSC/GNUC defines not found, inline non-functional" */ #define BM_INLINE static #endif -- cgit v1.2.3