Traceback (most recent call last):
File "paths2openscad.py", line 1007, in
File "C:\Program Files (x86)\Inkscape\share\extensions\inkex.py", line 283, in affect
File "paths2openscad.py", line 953, in effect
self.document.getroot(), self.docTransform)
File "paths2openscad.py", line 800, in recursivelyTraverseSvg
self.mapPathVertices(d, node, matNew)
AttributeError: OpenSCAD instance has no attribute 'mapPathVertices'
I imported an SVG file, then hit paths to openscad, ran the script, and less than 5 seconds later, it produced the above message.
Traceback (most recent call last):
File "paths2openscad.py", line 1007, in
File "C:\Program Files (x86)\Inkscape\share\extensions\inkex.py", line 283, in affect
File "paths2openscad.py", line 953, in effect
File "paths2openscad.py", line 800, in recursivelyTraverseSvg
AttributeError: OpenSCAD instance has no attribute 'mapPathVertices'
I imported an SVG file, then hit paths to openscad, ran the script, and less than 5 seconds later, it produced the above message.