Fix #113395: Assertion fails of solidify_faces tool when selecting partial faces of a mesh #113407

Closed
Peng Yan wants to merge 1 commits from yp-4/blender:dev_edbm_solidify into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 1 additions and 0 deletions

View File

@ -4047,6 +4047,7 @@ static int edbm_solidify_exec(bContext *C, wmOperator *op)
/* select the newly generated faces */
BMO_slot_buffer_hflag_enable(bm, bmop.slots_out, "geom.out", BM_FACE, BM_ELEM_SELECT, true);
EDBM_selectmode_flush(em);
if (!EDBM_op_finish(em, &bmop, op, true)) {
continue;