[Bf-blender-cvs] [6f84cef51a9] greasepencil-refactor: GPencil: Change tooltip

Antonio Vazquez noreply at git.blender.org
Thu Dec 19 17:26:52 CET 2019


Commit: 6f84cef51a98cd8e97e2f8650ae771304474ed88
Author: Antonio Vazquez
Date:   Thu Dec 19 17:26:44 2019 +0100
Branches: greasepencil-refactor
https://developer.blender.org/rB6f84cef51a98cd8e97e2f8650ae771304474ed88

GPencil: Change tooltip

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

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 6712c008c6e..cb21a1360d1 100644
--- a/source/blender/makesrna/intern/rna_gpencil.c
+++ b/source/blender/makesrna/intern/rna_gpencil.c
@@ -1515,7 +1515,7 @@ static void rna_def_gpencil_layer(BlenderRNA *brna)
   RNA_def_property_boolean_sdna(prop, NULL, "flag", GP_LAYER_USE_LIGHTS);
   RNA_def_property_clear_flag(prop, PROP_ANIMATABLE);
   RNA_def_property_ui_text(
-      prop, "Use Scene Lights", "Enable the use of scene lights on stroke and fill materials");
+      prop, "Use Lights", "Enable the use of lights on stroke and fill materials");
   RNA_def_property_update(prop, NC_GPENCIL | ND_DATA, "rna_GPencil_update");
 
   /* solo mode: Only display frames with keyframe */



More information about the Bf-blender-cvs mailing list