[Bf-blender-cvs] [952d6882bcc] temp-lineart-contained: Line Art: Remove period after UI description

Hans Goudey noreply at git.blender.org
Mon Mar 15 04:28:37 CET 2021


Commit: 952d6882bcc12a5b8605334d7a10b77a429df7d9
Author: Hans Goudey
Date:   Sun Mar 14 23:16:51 2021 -0400
Branches: temp-lineart-contained
https://developer.blender.org/rB952d6882bcc12a5b8605334d7a10b77a429df7d9

Line Art: Remove period after UI description

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

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

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

diff --git a/source/blender/makesrna/intern/rna_gpencil_modifier.c b/source/blender/makesrna/intern/rna_gpencil_modifier.c
index b89ad32b469..7b15918225c 100644
--- a/source/blender/makesrna/intern/rna_gpencil_modifier.c
+++ b/source/blender/makesrna/intern/rna_gpencil_modifier.c
@@ -2516,7 +2516,7 @@ static void rna_def_modifier_gpencillineart(BlenderRNA *brna)
 
   prop = RNA_def_property(srna, "is_baked", PROP_BOOLEAN, PROP_NONE);
   RNA_def_property_boolean_sdna(prop, NULL, "flags", LRT_GPENCIL_IS_BAKED);
-  RNA_def_property_ui_text(prop, "Is Baked", "This modifier has baked data.");
+  RNA_def_property_ui_text(prop, "Is Baked", "This modifier has baked data");
   RNA_def_property_update(prop, 0, "rna_GpencilModifier_update");
 
   prop = RNA_def_property(srna, "thickness", PROP_INT, PROP_NONE);



More information about the Bf-blender-cvs mailing list