Fix T84568: UV loop selection marks edges sharp

Regression in 6a10e69d270bc6866dd0000ffc0b81f6205ba2e9
(added when testing).
This commit is contained in:
Campbell Barton 2021-01-19 15:31:03 +11:00
parent d31dd1da80
commit e25f7e33ff

@ -647,8 +647,6 @@ static BMLoop *uvedit_loop_find_other_boundary_loop_with_visible_face(const Scen
} }
} while (l_step != NULL); } while (l_step != NULL);
BM_elem_flag_set(l_step_last->e, BM_ELEM_SMOOTH, false);
if (l_step_last != NULL) { if (l_step_last != NULL) {
BLI_assert(uvedit_loop_find_other_radial_loop_with_visible_face( BLI_assert(uvedit_loop_find_other_radial_loop_with_visible_face(
scene, l_step_last, cd_loop_uv_offset) == NULL); scene, l_step_last, cd_loop_uv_offset) == NULL);