mesh_snap_utilities_line: Cleanup: Silence Warning

WARN (rna.define):(...)description from 'auto_constrain' '' ends with a '.' !
This commit is contained in:
Germano Cavalcante 2019-10-30 18:19:32 -03:00
parent 3f36e59239
commit 3d8a723c86
1 changed files with 1 additions and 1 deletions

View File

@ -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",