Merge branch 'blender-v3.2-release'

This commit is contained in:
Jeroen Bakker 2022-05-31 09:52:32 +02:00
commit a3a138b41b
2 changed files with 2 additions and 2 deletions

View File

@ -378,7 +378,7 @@ void SCULPT_OT_color_filter(struct wmOperatorType *ot)
/* identifiers */
ot->name = "Filter Color";
ot->idname = "SCULPT_OT_color_filter";
ot->description = "Applies a filter to modify the current sculpt vertex colors";
ot->description = "Applies a filter to modify the active color attribute";
/* api callbacks */
ot->invoke = sculpt_color_filter_invoke;

View File

@ -1098,7 +1098,7 @@ static void SCULPT_OT_mask_by_color(wmOperatorType *ot)
/* identifiers */
ot->name = "Mask by Color";
ot->idname = "SCULPT_OT_mask_by_color";
ot->description = "Creates a mask based on the sculpt vertex colors";
ot->description = "Creates a mask based on the active color attribute";
/* api callbacks */
ot->invoke = sculpt_mask_by_color_invoke;