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:
authorAntonioya <blendergit@gmail.com>2018-10-23 14:16:15 +0300
committerAntonioya <blendergit@gmail.com>2018-10-23 14:16:15 +0300
commitbc480c4989802f4becdd39b2ad845cc4475c968a (patch)
tree4e95b3485a3e0ef42992d8f3fca062566adb49d7 /source/blender/gpencil_modifiers
parent7cb0e1499d121cf743c2400741aeff2bbd3325ff (diff)
GP: Rename modifier Time to Time Offset
Diffstat (limited to 'source/blender/gpencil_modifiers')
-rw-r--r--source/blender/gpencil_modifiers/intern/MOD_gpenciltime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpencil_modifiers/intern/MOD_gpenciltime.c b/source/blender/gpencil_modifiers/intern/MOD_gpenciltime.c
index deb85d36dff..521a398ee29 100644
--- a/source/blender/gpencil_modifiers/intern/MOD_gpenciltime.c
+++ b/source/blender/gpencil_modifiers/intern/MOD_gpenciltime.c
@@ -103,7 +103,7 @@ static int remapTime(
}
GpencilModifierTypeInfo modifierType_Gpencil_Time = {
- /* name */ "Time",
+ /* name */ "Time Offset",
/* structName */ "TimeGpencilModifierData",
/* structSize */ sizeof(TimeGpencilModifierData),
/* type */ eGpencilModifierTypeType_Gpencil,