Merge branch 'blender-v4.1-release'

This commit is contained in:
Campbell Barton
2024-02-15 13:00:26 +11:00

View File

@@ -3982,6 +3982,9 @@ 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);
/* No need to flush the selection, any selection history is no longer valid. */
BM_select_history_clear(bm);
if (!EDBM_op_finish(em, &bmop, op, true)) {
continue;
}