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:
Diffstat (limited to 'source/blender/editors/uvedit')
-rw-r--r--source/blender/editors/uvedit/uvedit_ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/uvedit/uvedit_ops.c b/source/blender/editors/uvedit/uvedit_ops.c
index c1e7e6cd04c..0df2a70302a 100644
--- a/source/blender/editors/uvedit/uvedit_ops.c
+++ b/source/blender/editors/uvedit/uvedit_ops.c
@@ -3452,7 +3452,7 @@ static int seams_from_islands_exec(bContext *C, wmOperator *op)
if(mark_seams)
BM_elem_flag_enable(editedge, BM_ELEM_SEAM);
if(mark_sharp)
- BM_elem_flag_enable(editedge, BM_ELEM_SHARP);
+ BM_elem_flag_disable(editedge, BM_ELEM_SMOOTH);
}
}