From baa58c7db477cf58d8091d0ec4977932d3edfc02 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Mon, 28 Jul 2014 16:42:08 +0600 Subject: Reduce OM limit for sculpting after discussion with Antony That's rather tricky to think of a good threshold here, and maybe we'd better use something based on the number of faces instead. Anyway, let's give it a try this way and see what happens. --- source/blender/editors/sculpt_paint/sculpt_intern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors') diff --git a/source/blender/editors/sculpt_paint/sculpt_intern.h b/source/blender/editors/sculpt_paint/sculpt_intern.h index 248fc78715e..a61f571fdf6 100644 --- a/source/blender/editors/sculpt_paint/sculpt_intern.h +++ b/source/blender/editors/sculpt_paint/sculpt_intern.h @@ -134,7 +134,7 @@ void sculpt_update_object_bounding_box(struct Object *ob); #ifdef DEBUG # define SCULPT_OMP_LIMIT 0 #else -# define SCULPT_OMP_LIMIT 8 +# define SCULPT_OMP_LIMIT 4 #endif #endif -- cgit v1.2.3