GPv3: Opacity modifier #116946

Merged
Lukas Tönne merged 52 commits from LukasTonne/blender:gp3-opacity-modifier into main 2024-01-16 16:56:22 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit a216b35b51 - Show all commits

View File

@ -104,7 +104,7 @@ const EnumPropertyItem rna_enum_object_modifier_type_items[] = {
"GREASE_PENCIL_OPACITY",
ICON_MOD_OPACITY,
"Opacity",
"Opacity of the strokes"},
"Change the opacity of the strokes"},
LukasTonne marked this conversation as resolved Outdated

Opacity of the strokes -> Change the opacity of the strokes

I know this is just copying the old description, might as well fix it though

`Opacity of the strokes` -> `Change the opacity of the strokes` I know this is just copying the old description, might as well fix it though
RNA_ENUM_ITEM_HEADING(N_("Generate"), nullptr),
{eModifierType_Array,