Commit: b6a11ae7d59acd17c56e2d46eaab928bdce3d984
Author: Pratik Borhade
Date:   Tue Dec 27 15:40:13 2022 +0530
Branches: master
https://developer.blender.org/rBb6a11ae7d59acd17c56e2d46eaab928bdce3d984

Cleanup: Warning in debug console due to full stop in description

Fix warning generated due to the full-stop in the description message of
the property `use_auto_mask`

Property added in: rBa9cb66b856e80d0542a9ad3fec0b0fb47d28f805

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

M       source/blender/editors/sculpt_paint/sculpt_expand.c

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

diff --git a/source/blender/editors/sculpt_paint/sculpt_expand.c 
b/source/blender/editors/sculpt_paint/sculpt_expand.c
index b90488f6df4..1a9abb04ba8 100644
--- a/source/blender/editors/sculpt_paint/sculpt_expand.c
+++ b/source/blender/editors/sculpt_paint/sculpt_expand.c
@@ -2383,5 +2383,5 @@ void SCULPT_OT_expand(wmOperatorType *ot)
                              "use_auto_mask",
                              false,
                              "Auto Create",
-                             "Fill in mask if nothing is already masked.");
+                             "Fill in mask if nothing is already masked");
 }

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to