[Bf-blender-cvs] [36096fe4803] master: GPencil: Change property text for Fill Visual Aids

Antonio Vazquez noreply at git.blender.org
Wed Sep 28 20:07:27 CEST 2022


Commit: 36096fe4803afe004630bf54b81bfebc3f62621b
Author: Antonio Vazquez
Date:   Wed Sep 28 19:42:03 2022 +0200
Branches: master
https://developer.blender.org/rB36096fe4803afe004630bf54b81bfebc3f62621b

GPencil: Change property text for Fill Visual Aids

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

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

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

diff --git a/source/blender/makesrna/intern/rna_brush.c b/source/blender/makesrna/intern/rna_brush.c
index aa2d94f9082..66dcbab3a35 100644
--- a/source/blender/makesrna/intern/rna_brush.c
+++ b/source/blender/makesrna/intern/rna_brush.c
@@ -1927,7 +1927,7 @@ static void rna_def_gpencil_options(BlenderRNA *brna)
   prop = RNA_def_property(srna, "show_fill_extend", PROP_BOOLEAN, PROP_NONE);
   RNA_def_property_boolean_sdna(prop, NULL, "flag", GP_BRUSH_FILL_SHOW_EXTENDLINES);
   RNA_def_property_boolean_default(prop, true);
-  RNA_def_property_ui_text(prop, "Show Extend Lines", "Show help lines for stroke extension");
+  RNA_def_property_ui_text(prop, "Visual Aids", "Show help lines for stroke extension");
   RNA_def_property_clear_flag(prop, PROP_ANIMATABLE);
 
   prop = RNA_def_property(srna, "use_collide_strokes", PROP_BOOLEAN, PROP_NONE);



More information about the Bf-blender-cvs mailing list