Revert "Fix #139533: Select vertices and faces after bevel operation"
This reverts commit 3f6262f115.
There is a problem with the blend file not being on the server,
Reverting until the issue can be resovled.
This commit is contained in:
@@ -369,16 +369,6 @@ static bool edbm_bevel_calc(wmOperator *op)
|
||||
EDBM_flag_disable_all(em, BM_ELEM_SELECT);
|
||||
BMO_slot_buffer_hflag_enable(
|
||||
em->bm, bmop.slots_out, "faces.out", BM_FACE, BM_ELEM_SELECT, true);
|
||||
if (affect == BEVEL_AFFECT_VERTICES) {
|
||||
BMO_slot_buffer_hflag_enable(
|
||||
em->bm, bmop.slots_out, "verts.out", BM_VERT, BM_ELEM_SELECT, true);
|
||||
BMO_slot_buffer_hflag_enable(
|
||||
em->bm, bmop.slots_out, "edges.out", BM_EDGE, BM_ELEM_SELECT, true);
|
||||
|
||||
if ((em->bm->selectmode & SCE_SELECT_VERTEX) == 0) {
|
||||
BM_mesh_select_mode_flush_ex(em->bm, SCE_SELECT_VERTEX, BM_SELECT_LEN_FLUSH_RECALC_EDGE);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* no need to de-select existing geometry */
|
||||
|
||||
BIN
tests/files/modeling/bevel_regression.blend
(Stored with Git LFS)
BIN
tests/files/modeling/bevel_regression.blend
(Stored with Git LFS)
Binary file not shown.
Reference in New Issue
Block a user