- some fixes in the app_Main class

- removed the "follow" functionality from the Isolation Tool
- created a new application Tool named Follow Tool
- added the "follow" functionality in the Follow Tool and added the new feature of allowing to perform "follow" on an area selection
This commit is contained in:
Marius Stanciu
2020-11-12 16:22:50 +02:00
parent 23c4589a5e
commit 1a131eb71e
17 changed files with 814 additions and 195 deletions

View File

@@ -68,7 +68,6 @@ class ToolPaint(AppTool, Gerber):
self.tooldia_list = []
self.tooldia = None
self.sel_rect = None
self.o_name = None
self.overlap = None
self.connect = None
@@ -2406,7 +2405,7 @@ class ToolPaint(AppTool, Gerber):
return self.flat_geometry
# this is were heavy lifting is done and creating the geometry to be painted
# this is where heavy lifting is done and creating the geometry to be painted
target_geo = MultiPolygon(obj.solid_geometry)
if obj.kind == 'gerber':
# I don't do anything here, like buffering when the Gerber is loaded without buffering????!!!!