Commit: 9691c32d3819ec55970fb8102af2a5f7b522ff99
Author: Antonioya
Date:   Wed Oct 24 16:59:13 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB9691c32d3819ec55970fb8102af2a5f7b522ff99

GP: Rename Fixed type in Time modifier

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

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

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

diff --git a/source/blender/makesrna/intern/rna_gpencil_modifier.c 
b/source/blender/makesrna/intern/rna_gpencil_modifier.c
index 4bc74d2d39f..37bcd83e8b7 100644
--- a/source/blender/makesrna/intern/rna_gpencil_modifier.c
+++ b/source/blender/makesrna/intern/rna_gpencil_modifier.c
@@ -113,7 +113,7 @@ static const EnumPropertyItem 
rna_enum_gpencil_lockshift_items[] = {
 static const EnumPropertyItem rna_enum_time_mode_items[] = {
        { GP_TIME_MODE_NORMAL, "NORMAL", 0, "Normal", "Apply offset in normal 
animation direction" },
        { GP_TIME_MODE_REVERSE, "REVERSE", 0, "Reverse", "Apply offset in 
reverse animation direction" },
-       { GP_TIME_MODE_FIX, "FIX", 0, "Fix", "Keep frame and do not change with 
time" },
+       { GP_TIME_MODE_FIX, "FIX", 0, "Fixed Frame", "Keep frame and do not 
change with time" },
        { 0, NULL, 0, NULL, NULL }
 };

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to