From f6f0ec6dfc56e201ae5490baecc7c913e9467a6f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 20 Feb 2013 15:34:31 +0000 Subject: increase openmp limit for release so low poly meshes don't use openmp threads (which can be slow) --- source/blender/bmesh/bmesh_class.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/bmesh/bmesh_class.h') diff --git a/source/blender/bmesh/bmesh_class.h b/source/blender/bmesh/bmesh_class.h index e851a642b32..6dc0218da93 100644 --- a/source/blender/bmesh/bmesh_class.h +++ b/source/blender/bmesh/bmesh_class.h @@ -288,6 +288,6 @@ enum { * but should not error on valid cases */ #define BM_LOOP_RADIAL_MAX 10000 #define BM_NGON_MAX 100000 -#define BM_OMP_LIMIT 0 /* setting zero so we can catch bugs in OpenMP/BMesh */ +#define BM_OMP_LIMIT 10000 /* setting zero so we can catch bugs in OpenMP/BMesh */ #endif /* __BMESH_CLASS_H__ */ -- cgit v1.2.3