[Bf-blender-cvs] [5e2c032f1a9] blender2.8: GP: Change lock axis property text

Antonioya noreply at git.blender.org
Thu Sep 20 22:52:20 CEST 2018


Commit: 5e2c032f1a95d4e890f9df371d18681727c2dfe5
Author: Antonioya
Date:   Thu Sep 20 22:51:56 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB5e2c032f1a95d4e890f9df371d18681727c2dfe5

GP: Change lock axis property text

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

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

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

diff --git a/source/blender/makesrna/intern/rna_sculpt_paint.c b/source/blender/makesrna/intern/rna_sculpt_paint.c
index 8ae069917f1..2ce45173fdb 100644
--- a/source/blender/makesrna/intern/rna_sculpt_paint.c
+++ b/source/blender/makesrna/intern/rna_sculpt_paint.c
@@ -1186,7 +1186,7 @@ static void rna_def_gpencil_sculpt(BlenderRNA *brna)
 	prop = RNA_def_property(srna, "lockaxis", PROP_ENUM, PROP_NONE);
 	RNA_def_property_enum_sdna(prop, NULL, "lock_axis");
 	RNA_def_property_enum_items(prop, rna_enum_gpencil_lockaxis_items);
-	RNA_def_property_ui_text(prop, "Lock", "");
+	RNA_def_property_ui_text(prop, "Lock Axis", "");
 	RNA_def_parameter_clear_flags(prop, PROP_ANIMATABLE, 0);
 	RNA_def_property_update(prop, NC_SPACE | ND_SPACE_VIEW3D, NULL);



More information about the Bf-blender-cvs mailing list