[Bf-blender-cvs] [1e1eac9836a] greasepencil-object: Cleanup: Rename Onion modes

Antonio Vazquez noreply at git.blender.org
Mon Aug 21 11:33:26 CEST 2017


Commit: 1e1eac9836ac8e9867e224f628e1fe19d8c9afd2
Author: Antonio Vazquez
Date:   Mon Aug 21 11:33:11 2017 +0200
Branches: greasepencil-object
https://developer.blender.org/rB1e1eac9836ac8e9867e224f628e1fe19d8c9afd2

Cleanup: Rename Onion modes

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

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

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

diff --git a/source/blender/makesrna/intern/rna_gpencil.c b/source/blender/makesrna/intern/rna_gpencil.c
index ac91753e1b9..be26bb547b3 100644
--- a/source/blender/makesrna/intern/rna_gpencil.c
+++ b/source/blender/makesrna/intern/rna_gpencil.c
@@ -64,8 +64,8 @@ static EnumPropertyItem rna_enum_gpencil_xraymodes_items[] = {
 
 static EnumPropertyItem rna_enum_gpencil_onion_modes_items[] = {
 	{ GP_ONION_MODE_ZERO, "ZERO", 0, "Previous/Next", "Previous and Next frame" },
-	{ GP_ONION_MODE_ABSOLUTE, "ABSOLUTE", 0, "Absolute", "Frames in absolute range of scene frame number" },
-	{ GP_ONION_MODE_RELATIVE, "RELATIVE", 0, "Relative", "Frames in relative range of grease pencil keyframes" },
+	{ GP_ONION_MODE_ABSOLUTE, "ABSOLUTE", 0, "Frames", "Frames in absolute range of scene frame number" },
+	{ GP_ONION_MODE_RELATIVE, "RELATIVE", 0, "Keyframes", "Frames in relative range of grease pencil keyframes" },
 	{ GP_ONION_MODE_SELECTED, "SELECTED", 0, "Selected", "Only Selected Frames" },
 	{ 0, NULL, 0, NULL, NULL }
 };



More information about the Bf-blender-cvs mailing list