- added a method to do cleanup after a Plugin close

- in Distance Plugin added the cleanup after the Plugin is closed from the Tab close button
- renamed the Distance Minimum Plugin to Object Distance; started to add new functionality on this Plugin: to calculate the distance between the bounding box centers too
This commit is contained in:
Marius Stanciu
2021-10-13 14:39:47 +03:00
committed by Marius
parent 21880789ab
commit e6c0046e3f
7 changed files with 95 additions and 30 deletions

View File

@@ -10,7 +10,7 @@ from appPlugins.ToolFilm import Film
from appPlugins.ToolImage import ToolImage
from appPlugins.ToolDistance import Distance
from appPlugins.ToolDistanceMin import DistanceMin
from appPlugins.ToolObjectDistance import ObjectDistance
from appPlugins.ToolMove import ToolMove