[Bf-blender-cvs] [3826fcf0358] master: Cleanup: RNA warning

Campbell Barton noreply at git.blender.org
Sat Jun 26 09:08:11 CEST 2021


Commit: 3826fcf035818009594435c7917ad3cd967298c1
Author: Campbell Barton
Date:   Sat Jun 26 16:53:48 2021 +1000
Branches: master
https://developer.blender.org/rB3826fcf035818009594435c7917ad3cd967298c1

Cleanup: RNA warning

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

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 baa37f84f9d..34ec4fbec92 100644
--- a/source/blender/makesrna/intern/rna_gpencil_modifier.c
+++ b/source/blender/makesrna/intern/rna_gpencil_modifier.c
@@ -2862,7 +2862,7 @@ static void rna_def_modifier_gpencillineart(BlenderRNA *brna)
   prop = RNA_def_property(srna, "chain_geometry_space", PROP_BOOLEAN, PROP_NONE);
   RNA_def_property_boolean_sdna(prop, NULL, "calculation_flags", LRT_CHAIN_GEOMETRY_SPACE);
   RNA_def_property_ui_text(
-      prop, "Use Geometry Space", "Use geometry distance for chaining instead of image space.");
+      prop, "Use Geometry Space", "Use geometry distance for chaining instead of image space");
   RNA_def_property_update(prop, 0, "rna_GpencilModifier_update");
 
   prop = RNA_def_property(srna, "allow_overlap_edge_types", PROP_BOOLEAN, PROP_NONE);



More information about the Bf-blender-cvs mailing list