[Bf-blender-cvs] [cdd980cd562] master: GPencil: Rename modifier Texture to Texture Mapping

Antonio Vazquez noreply at git.blender.org
Tue Apr 28 18:43:17 CEST 2020


Commit: cdd980cd5628346011cabfaa316e322433399c99
Author: Antonio Vazquez
Date:   Tue Apr 28 18:40:18 2020 +0200
Branches: master
https://developer.blender.org/rBcdd980cd5628346011cabfaa316e322433399c99

GPencil: Rename modifier Texture to Texture Mapping

===================================================================

M	source/blender/gpencil_modifiers/intern/MOD_gpenciltexture.c
M	source/blender/makesrna/intern/rna_gpencil_modifier.c

===================================================================

diff --git a/source/blender/gpencil_modifiers/intern/MOD_gpenciltexture.c b/source/blender/gpencil_modifiers/intern/MOD_gpenciltexture.c
index d3d6fc470f7..15e069fc162 100644
--- a/source/blender/gpencil_modifiers/intern/MOD_gpenciltexture.c
+++ b/source/blender/gpencil_modifiers/intern/MOD_gpenciltexture.c
@@ -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,
diff --git a/source/blender/makesrna/intern/rna_gpencil_modifier.c b/source/blender/makesrna/intern/rna_gpencil_modifier.c
index cb16dae7afa..f6102f852a1 100644
--- a/source/blender/makesrna/intern/rna_gpencil_modifier.c
+++ b/source/blender/makesrna/intern/rna_gpencil_modifier.c
@@ -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},
 };



More information about the Bf-blender-cvs mailing list