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:
authorDalai Felinto <dfelinto@gmail.com>2018-09-21 21:42:07 +0300
committerDalai Felinto <dfelinto@gmail.com>2018-09-21 21:42:07 +0300
commiteeeb469db29233c7926c32c74a6d9e87c52d7b58 (patch)
tree83302ae808f1dca5a8715f9a85118ff8dd006a2d /source/blender/editors/mesh/editmesh_select_similar.c
parentc2582bfc63ea54314e2f9079b34a7306726228b3 (diff)
Select Similar: Cleanup
Diffstat (limited to 'source/blender/editors/mesh/editmesh_select_similar.c')
-rw-r--r--source/blender/editors/mesh/editmesh_select_similar.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/mesh/editmesh_select_similar.c b/source/blender/editors/mesh/editmesh_select_similar.c
index 7a3ee28c036..b94b29b2a15 100644
--- a/source/blender/editors/mesh/editmesh_select_similar.c
+++ b/source/blender/editors/mesh/editmesh_select_similar.c
@@ -446,7 +446,6 @@ static int similar_edge_select_exec(bContext *C, wmOperator *op)
{
float length = edge_length_squared_worldspace_get(ob, edge);
if (select_similar_compare_float_tree(tree, length, thresh, compare)) {
- BM_edge_select_set(bm, edge, true);
select = true;
}
break;