- 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:
@@ -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????!!!!
|
||||
|
||||
Reference in New Issue
Block a user