GPencil: Rename modifier Texture to Texture Mapping
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user