[Bf-blender-cvs] [baa58c7] master: Reduce OM limit for sculpting after discussion with Antony

Sergey Sharybin noreply at git.blender.org
Mon Jul 28 12:43:35 CEST 2014


Commit: baa58c7db477cf58d8091d0ec4977932d3edfc02
Author: Sergey Sharybin
Date:   Mon Jul 28 16:42:08 2014 +0600
Branches: master
https://developer.blender.org/rBbaa58c7db477cf58d8091d0ec4977932d3edfc02

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.

===================================================================

M	source/blender/editors/sculpt_paint/sculpt_intern.h

===================================================================

diff --git a/source/blender/editors/sculpt_paint/sculpt_intern.h b/source/blender/editors/sculpt_paint/sculpt_intern.h
index 248fc78..a61f571 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




More information about the Bf-blender-cvs mailing list