Commit: 4b6c83a002786a2e62516a1efd47a83c31f8ceb6 Author: Antonio Vazquez Date: Sat Nov 30 17:02:44 2019 +0100 Branches: greasepencil-object https://developer.blender.org/rB4b6c83a002786a2e62516a1efd47a83c31f8ceb6
GPencil: Change tooltip =================================================================== 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 a7310e9fa71..b8d5e09d112 100644 --- a/source/blender/makesrna/intern/rna_sculpt_paint.c +++ b/source/blender/makesrna/intern/rna_sculpt_paint.c @@ -1407,9 +1407,8 @@ static void rna_def_gpencil_sculpt(BlenderRNA *brna) prop = RNA_def_property(srna, "use_scale_thickness", PROP_BOOLEAN, PROP_NONE); RNA_def_property_boolean_sdna(prop, NULL, "flag", GP_SCULPT_SETT_FLAG_SCALE_THICKNESS); - RNA_def_property_ui_text(prop, - "Scale Stroke Thickness", - "Scale the stroke thickness when transforming strokes in edit mode"); + RNA_def_property_ui_text( + prop, "Scale Stroke Thickness", "Scale the stroke thickness when transforming strokes"); RNA_def_property_clear_flag(prop, PROP_ANIMATABLE); RNA_def_property_update(prop, NC_SCENE | ND_TOOLSETTINGS, NULL); _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
