From 7770c2ef8712ce0f3761fef305978c3275384834 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Tue, 21 Nov 2017 17:52:25 +0100 Subject: Removing OMP: get rid of last bit in /editors/ area. Just removing it, such cases are not bottlenecks and not worth the complication of doing real threading with own BLI_task. --- source/blender/editors/mesh/editmesh_utils.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/editors/mesh/editmesh_utils.c') diff --git a/source/blender/editors/mesh/editmesh_utils.c b/source/blender/editors/mesh/editmesh_utils.c index fc568a8b8ee..8baf5d05fe9 100644 --- a/source/blender/editors/mesh/editmesh_utils.c +++ b/source/blender/editors/mesh/editmesh_utils.c @@ -1240,7 +1240,6 @@ void EDBM_mesh_reveal(BMEditMesh *em, bool select) /* Use tag flag to remember what was hidden before all is revealed. * BM_ELEM_HIDDEN --> BM_ELEM_TAG */ -#pragma omp parallel for schedule(static) if (em->bm->totvert + em->bm->totedge + em->bm->totface >= BM_OMP_LIMIT) for (i = 0; i < 3; i++) { BMIter iter; BMElem *ele; -- cgit v1.2.3