[Bf-blender-cvs] [209f2b85d74] master: Cleanup: quiet warning, remove punctuation in description

Campbell Barton noreply at git.blender.org
Thu Jun 30 04:15:23 CEST 2022


Commit: 209f2b85d745dc7e31b8272db1f30778d7fe2aa8
Author: Campbell Barton
Date:   Thu Jun 30 12:14:20 2022 +1000
Branches: master
https://developer.blender.org/rB209f2b85d745dc7e31b8272db1f30778d7fe2aa8

Cleanup: quiet warning, remove punctuation in description

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

M	source/blender/makesdna/DNA_gpencil_modifier_defaults.h
M	source/blender/makesrna/intern/rna_gpencil_modifier.c

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

diff --git a/source/blender/makesdna/DNA_gpencil_modifier_defaults.h b/source/blender/makesdna/DNA_gpencil_modifier_defaults.h
index 808e404cc1e..324252ca369 100644
--- a/source/blender/makesdna/DNA_gpencil_modifier_defaults.h
+++ b/source/blender/makesdna/DNA_gpencil_modifier_defaults.h
@@ -312,7 +312,6 @@
     .shadow_camera_near = 0.1f, \
     .shadow_camera_far = 200.0f, \
     .shadow_camera_size = 200.0f, \
-    .stroke_depth_offset = 0.05,\
   }
 
 #define _DNA_DEFAULT_LengthGpencilModifierData \
diff --git a/source/blender/makesrna/intern/rna_gpencil_modifier.c b/source/blender/makesrna/intern/rna_gpencil_modifier.c
index 89bfb5684e2..0df11c7fc8e 100644
--- a/source/blender/makesrna/intern/rna_gpencil_modifier.c
+++ b/source/blender/makesrna/intern/rna_gpencil_modifier.c
@@ -3268,7 +3268,7 @@ static void rna_def_modifier_gpencillineart(BlenderRNA *brna)
                            "Crease Threshold",
                            "Angles smaller than this will be treated as creases. Crease angle "
                            "priority: object line art crease override > mesh auto smooth angle > "
-                           "line art default crease.");
+                           "line art default crease");
   RNA_def_property_update(prop, NC_SCENE, "rna_GpencilModifier_update");
 
   prop = RNA_def_property(srna, "split_angle", PROP_FLOAT, PROP_ANGLE);



More information about the Bf-blender-cvs mailing list