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:
authorCampbell Barton <ideasman42@gmail.com>2021-07-05 11:53:19 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-07-05 11:54:53 +0300
commita87593e62ab154eea4a22155c6233d7dd9ff1c8f (patch)
tree04b6ce586f2be2569a3b3fbbbf2be208380f48c2
parent9009ac2c3d62e0d30d96b8d35ff5ff620cfe053b (diff)
Fix early return in reverse-color where continue was intended
-rw-r--r--source/blender/editors/mesh/editmesh_tools.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/mesh/editmesh_tools.c b/source/blender/editors/mesh/editmesh_tools.c
index 0917d677691..328658eb7a2 100644
--- a/source/blender/editors/mesh/editmesh_tools.c
+++ b/source/blender/editors/mesh/editmesh_tools.c
@@ -3154,7 +3154,7 @@ static int edbm_reverse_colors_exec(bContext *C, wmOperator *op)
/* finish the operator */
if (!EDBM_op_finish(em, &bmop, op, true)) {
- return OPERATOR_CANCELLED;
+ continue;
}
EDBM_update(obedit->data,