mesh_snap_utilities_line: reset length_entered_value

This commit is contained in:
Germano Cavalcante 2018-12-31 15:09:51 -02:00
parent 25ae9e1344
commit eaba0c54e1
2 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,7 @@
bl_info = {
"name": "Snap_Utilities_Line",
"author": "Germano Cavalcante",
"version": (5, 8, 28),
"version": (5, 8, 29),
"blender": (2, 80, 0),
"location": "View3D > TOOLS > Make Line",
"description": "Extends Blender Snap controls",

View File

@ -377,6 +377,7 @@ class SnapUtilitiesLine(bpy.types.Operator):
self.length_entered_value = 0.0 #invalid
self.report({'INFO'}, "Operation not supported yet")
else:
self.length_entered_value = 0.0
self.bool_update = True
elif event.type in self.constrain_keys: