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:
authorBastien Montagne <montagne29@wanadoo.fr>2016-01-20 22:39:18 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2016-01-20 22:39:18 +0300
commitb0b310e65d0851e87272caeb7cf6fb0119212a44 (patch)
tree527a3c8214d96f1ffb45d71c251d224df5efacc0 /source/blender/editors/sculpt_paint/sculpt_intern.h
parentc1b76285eef7ab907431c7a539df4b91d969f69e (diff)
Cleanup: remove remainings of OMP in sculptpaint area.
Diffstat (limited to 'source/blender/editors/sculpt_paint/sculpt_intern.h')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt_intern.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt_intern.h b/source/blender/editors/sculpt_paint/sculpt_intern.h
index 51af8788e60..108fe3532e3 100644
--- a/source/blender/editors/sculpt_paint/sculpt_intern.h
+++ b/source/blender/editors/sculpt_paint/sculpt_intern.h
@@ -124,11 +124,6 @@ void sculpt_vertcos_to_key(Object *ob, KeyBlock *kb, float (*vertCos)[3]);
void sculpt_update_object_bounding_box(struct Object *ob);
-/* Setting zero so we can catch bugs in OpenMP/sculpt. */
-#ifdef DEBUG
-# define SCULPT_OMP_LIMIT 0
-#else
-# define SCULPT_OMP_LIMIT 4
-#endif
+#define SCULPT_THREADED_LIMIT 4
#endif