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>2016-02-11 11:53:36 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-02-11 11:56:24 +0300
commit932cfb98e7838ac5f78e548ab89be200c48f6006 (patch)
tree157421f0896e82bb0310e5ed6d3af44d9603a707 /source/blender/modifiers/intern/MOD_boolean.c
parentbd60920576e7f788cd887f1f698aac183a6d1253 (diff)
Disable bmesh-boolean modifier for 2.77 release
Edit-mode boolean is still available
Diffstat (limited to 'source/blender/modifiers/intern/MOD_boolean.c')
-rw-r--r--source/blender/modifiers/intern/MOD_boolean.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/modifiers/intern/MOD_boolean.c b/source/blender/modifiers/intern/MOD_boolean.c
index 03ff902162d..fbd8b79c079 100644
--- a/source/blender/modifiers/intern/MOD_boolean.c
+++ b/source/blender/modifiers/intern/MOD_boolean.c
@@ -33,7 +33,7 @@
*/
// #ifdef DEBUG_TIME
-#define USE_BMESH
+// #define USE_BMESH
#ifdef WITH_MOD_BOOLEAN
# define USE_CARVE WITH_MOD_BOOLEAN
#endif