[Bf-blender-cvs] [957348116b6] soc-2019-npr: GPencil: Renamed modifier "Length".

YimingWu noreply at git.blender.org
Wed Jul 17 08:12:37 CEST 2019


Commit: 957348116b60e5ad74be94de1dfc4586e7759f14
Author: YimingWu
Date:   Wed Jul 17 14:12:18 2019 +0800
Branches: soc-2019-npr
https://developer.blender.org/rB957348116b60e5ad74be94de1dfc4586e7759f14

GPencil: Renamed modifier "Length".

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

M	source/blender/gpencil_modifiers/intern/MOD_gpencillength.c

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

diff --git a/source/blender/gpencil_modifiers/intern/MOD_gpencillength.c b/source/blender/gpencil_modifiers/intern/MOD_gpencillength.c
index 25a411908fe..85d0afa0602 100644
--- a/source/blender/gpencil_modifiers/intern/MOD_gpencillength.c
+++ b/source/blender/gpencil_modifiers/intern/MOD_gpencillength.c
@@ -147,7 +147,7 @@ static void foreachObjectLink(GpencilModifierData *md,
 }
 
 GpencilModifierTypeInfo modifierType_Gpencil_Length = {
-    /* name */ "Length Stretch",
+    /* name */ "Length",
     /* structName */ "LengthGpencilModifierData",
     /* structSize */ sizeof(LengthGpencilModifierData),
     /* type */ eGpencilModifierTypeType_Gpencil,



More information about the Bf-blender-cvs mailing list