- finished the new feature in the Object Distance Plugin (calculate the distance between the bounding box centers) and code refactoring
This commit is contained in:
committed by
Marius Stanciu
parent
3b5ceae806
commit
f355fc2fb1
@@ -589,7 +589,7 @@ class Distance(AppTool):
|
||||
if angle < 0:
|
||||
angle += 360
|
||||
except Exception as e:
|
||||
self.app.log.error("Distance.on_mouse_move() -> update utility geometry -> %s" % str(e))
|
||||
self.app.log.error("Distance.update_angle() -> %s" % str(e))
|
||||
return None
|
||||
return angle
|
||||
|
||||
|
||||
Reference in New Issue
Block a user