Skip to content
Snippets Groups Projects
Commit 3d8a723c authored by Germano Cavalcante's avatar Germano Cavalcante
Browse files

mesh_snap_utilities_line: Cleanup: Silence Warning

WARN (rna.define):(...)description from 'auto_constrain' '' ends with a '.' !
parent 3f36e592
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment