Allow setting weights (Ctrl+X) without paintmask enabled #112413

Merged
Philipp Oeser merged 1 commits from lichtwerk/blender:set_weight_without_paintmask into main 2023-09-27 09:13:13 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -520,7 +520,7 @@ void PAINT_OT_weight_set(wmOperatorType *ot)
/* api callbacks */
ot->exec = weight_paint_set_exec;
ot->poll = mask_paint_poll;
ot->poll = weight_paint_mode_poll;
/* flags */
ot->flag = OPTYPE_REGISTER | OPTYPE_UNDO;