From 3d8a723c866a8ca7a80f26a23355ba2ac4880c15 Mon Sep 17 00:00:00 2001 From: Germano Cavalcante Date: Wed, 30 Oct 2019 18:19:32 -0300 Subject: mesh_snap_utilities_line: Cleanup: Silence Warning WARN (rna.define):(...)description from 'auto_constrain' '' ends with a '.' ! --- mesh_snap_utilities_line/preferences.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mesh_snap_utilities_line') 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", -- cgit v1.2.3