different large refactorings (subdirectores, removed obsolete stuff) and
bug fixes
This commit is contained in:
parent
7aeae6fc55
commit
ffcb5ed744
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
*.pyc
|
||||
/.project
|
||||
|
@ -92,4 +92,5 @@ class Gasket(inkex.Effect): # choose a better name
|
||||
cx, cy, r = scale_factor*cx , scale_factor*cy, scale_factor*r
|
||||
draw_SVG_circle(topgroup,r,cx,cy,'apo')
|
||||
|
||||
if __name__ == '__main__':
|
||||
Gasket().run()
|
@ -3052,6 +3052,5 @@ class GenericBox(inkex.Effect):
|
||||
CloseDebugFile()
|
||||
|
||||
|
||||
# Create effect instance and apply it.
|
||||
effect = GenericBox()
|
||||
effect.run()
|
||||
if __name__ == '__main__':
|
||||
GenericBox().run()
|
@ -636,4 +636,5 @@ class BoxMaker(inkex.Effect):
|
||||
side(group,(x+dx,y+dy),(-b,-c),(d,-c),keydivwalls*ctabs*(thickness if c else -thickness),dx,(-1,0),c,1,0,0) # side c
|
||||
side(group,(x,y+dy),(d,-c),(d,a),keydivfloor*dtabs*(-thickness if d else thickness),dy,(0,-1),d,1,0,0) # side d
|
||||
|
||||
if __name__ == '__main__':
|
||||
BoxMaker().run()
|
@ -199,4 +199,5 @@ class ContourScanner(inkex.Effect):
|
||||
for id, item in self.svg.selected.items():
|
||||
self.scanContours(item)
|
||||
|
||||
if __name__ == '__main__':
|
||||
ContourScanner().run()
|
BIN
extensions/fablabchemnitz/dxfdwgimporter/.zip
Normal file
BIN
extensions/fablabchemnitz/dxfdwgimporter/.zip
Normal file
Binary file not shown.
@ -377,4 +377,5 @@ class DXFDWGImport(inkex.Effect):
|
||||
root.set('width', bbox.width + 2 * offset)
|
||||
root.set('height', bbox.height + 2 * offset)
|
||||
|
||||
if __name__ == '__main__':
|
||||
DXFDWGImport().run()
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user