GPencil: Rename modifier Texture to Texture Mapping

This commit is contained in:
Antonio Vazquez 2020-04-28 18:40:18 +02:00
parent d366658d2d
commit cdd980cd56
2 changed files with 2 additions and 2 deletions

View File

@ -141,7 +141,7 @@ static void bakeModifier(struct Main *UNUSED(bmain),
}
GpencilModifierTypeInfo modifierType_Gpencil_Texture = {
/* name */ "Texture",
/* name */ "Texture Mapping",
/* structName */ "TextureGpencilModifierData",
/* structSize */ sizeof(TextureGpencilModifierData),
/* type */ eGpencilModifierTypeType_Gpencil,

View File

@ -132,7 +132,7 @@ const EnumPropertyItem rna_enum_object_greasepencil_modifier_type_items[] = {
{eGpencilModifierType_Texture,
"GP_TEXTURE",
ICON_TEXTURE,
"Texture",
"Texture Mapping",
"Change stroke uv texture values"},
{0, NULL, 0, NULL, NULL},
};