Merge branch 'blender-v2.92-release'

This commit is contained in:
Campbell Barton 2021-01-19 17:14:43 +11:00
commit d26588268d
1 changed files with 0 additions and 2 deletions

View File

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