From b96aa8800edd4edee1a8fa5eca51c9d7f51419b4 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 2 Jul 2013 04:34:39 +0000 Subject: bump up openmp limit for release, also remove 'Vertex ' prefix for items in the vertex menu. --- source/blender/bmesh/bmesh_class.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/bmesh') diff --git a/source/blender/bmesh/bmesh_class.h b/source/blender/bmesh/bmesh_class.h index c92b049eafb..0e4c014a06a 100644 --- a/source/blender/bmesh/bmesh_class.h +++ b/source/blender/bmesh/bmesh_class.h @@ -290,6 +290,6 @@ extern void bpy_bm_generic_invalidate(struct BPy_BMGeneric *self); * but should not error on valid cases */ #define BM_LOOP_RADIAL_MAX 10000 #define BM_NGON_MAX 100000 -#define BM_OMP_LIMIT 0 /* 10000 */ /* setting zero so we can catch bugs in OpenMP/BMesh */ +#define BM_OMP_LIMIT 10000 /* 10000 */ /* setting zero so we can catch bugs in OpenMP/BMesh */ #endif /* __BMESH_CLASS_H__ */ -- cgit v1.2.3