- 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:
Marius Stanciu
2021-10-13 21:46:26 +03:00
committed by Marius Stanciu
parent 3b5ceae806
commit f355fc2fb1
3 changed files with 313 additions and 112 deletions

View File

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