Merge branch 'blender-v3.4-release'

This commit is contained in:
Campbell Barton 2022-12-06 13:47:40 +11:00
commit 7465aa8965
1 changed files with 1 additions and 1 deletions

View File

@ -5854,7 +5854,7 @@ void SCULPT_OT_brush_stroke(wmOperatorType *ot)
ot->ui = sculpt_redo_empty_ui;
/* Flags (sculpt does own undo? (ton)). */
ot->flag = OPTYPE_BLOCKING | OPTYPE_REGISTER | OPTYPE_UNDO;
ot->flag = OPTYPE_BLOCKING;
/* Properties. */