[Bf-blender-cvs] [50bd8bb175f] master: Cleanup: Remove extra . at the end of RNA string

Antonio Vazquez noreply at git.blender.org
Tue Mar 8 16:55:35 CET 2022


Commit: 50bd8bb175f022df5d3d016d8ac09de5352f3bfa
Author: Antonio Vazquez
Date:   Tue Mar 8 16:55:29 2022 +0100
Branches: master
https://developer.blender.org/rB50bd8bb175f022df5d3d016d8ac09de5352f3bfa

Cleanup: Remove extra . at the end of RNA string

The strings must not end with point.

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

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 45f98a2a88b..33c0b29f6d0 100644
--- a/source/blender/makesrna/intern/rna_gpencil_modifier.c
+++ b/source/blender/makesrna/intern/rna_gpencil_modifier.c
@@ -2074,7 +2074,7 @@ static void rna_def_modifier_gpencilbuild(BlenderRNA *brna)
        "ADDITIVE",
        ICON_PARTICLE_PATH,
        "Additive",
-       "Builds only new strokes (assuming 'additive' drawing)."},
+       "Builds only new strokes (assuming 'additive' drawing)"},
       {0, NULL, 0, NULL, NULL},
   };



More information about the Bf-blender-cvs mailing list