[Bf-blender-cvs] [9691c32d381] blender2.8: GP: Rename Fixed type in Time modifier

Antonioya noreply at git.blender.org
Wed Oct 24 16:59:21 CEST 2018


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 }
 };



More information about the Bf-blender-cvs mailing list