[Bf-extensions-cvs] [3d8a723c] master: mesh_snap_utilities_line: Cleanup: Silence Warning

Germano Cavalcante noreply at git.blender.org
Wed Oct 30 22:19:39 CET 2019


Commit: 3d8a723c866a8ca7a80f26a23355ba2ac4880c15
Author: Germano Cavalcante
Date:   Wed Oct 30 18:19:32 2019 -0300
Branches: master
https://developer.blender.org/rBA3d8a723c866a8ca7a80f26a23355ba2ac4880c15

mesh_snap_utilities_line: Cleanup: Silence Warning

WARN (rna.define):(...)description from 'auto_constrain' '' ends with a '.' !

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

M	mesh_snap_utilities_line/preferences.py

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

diff --git a/mesh_snap_utilities_line/preferences.py b/mesh_snap_utilities_line/preferences.py
index 7f27507a..98a213be 100644
--- a/mesh_snap_utilities_line/preferences.py
+++ b/mesh_snap_utilities_line/preferences.py
@@ -52,7 +52,7 @@ class SnapUtilitiesPreferences(bpy.types.AddonPreferences):
         default=False)
 
     auto_constrain : BoolProperty(name="Automatic Constraint",
-        description="Detects a direction to constrain depending on the position of the mouse.",
+        description="Detects a direction to constrain depending on the position of the mouse",
         default=False)
 
     incremental : FloatProperty(name="Incremental",



More information about the Bf-extensions-cvs mailing list