GPv3: Offset modifier #117446

Merged
Lukas Tönne merged 15 commits from LukasTonne/blender:gp3-offset-modifier into main 2024-01-24 16:58:07 +01:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit f7f2ba6bfc - Show all commits

View File

@ -7814,7 +7814,7 @@ static void rna_def_modifier_grease_pencil_color(BlenderRNA *brna)
{
StructRNA *srna;
PropertyRNA *prop;
static const EnumPropertyItem color_mode_items[] = {
{MOD_GREASE_PENCIL_COLOR_BOTH, "BOTH", 0, "Stroke & Fill", "Modify fill and stroke colors"},
{MOD_GREASE_PENCIL_COLOR_STROKE, "STROKE", 0, "Stroke", "Modify stroke color only"},
@ -7948,7 +7948,6 @@ static void rna_def_modifier_grease_pencil_tint(BlenderRNA *brna)
RNA_def_property_update(prop, 0, "rna_Modifier_update");
}
static void rna_def_modifier_grease_pencil_smooth(BlenderRNA *brna)
{
StructRNA *srna;