Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Vazquez <blendergit@gmail.com>2020-04-28 19:40:18 +0300
committerAntonio Vazquez <blendergit@gmail.com>2020-04-28 19:40:18 +0300
commitcdd980cd5628346011cabfaa316e322433399c99 (patch)
tree6a7cacb5b82763599d8c1066a08f027b918ec852 /source/blender/gpencil_modifiers
parentd366658d2d753844bcb65fdab3febe5407133f83 (diff)
GPencil: Rename modifier Texture to Texture Mapping
Diffstat (limited to 'source/blender/gpencil_modifiers')
-rw-r--r--source/blender/gpencil_modifiers/intern/MOD_gpenciltexture.c2
1 files changed, 1 insertions, 1 deletions
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,