Draft: fixed bug in DXF export because of last commit - fixes #2391

This commit is contained in:
Yorik van Havre
2016-01-05 12:15:44 -02:00
parent 10b8354f55
commit 80658d0868

View File

@@ -1780,6 +1780,7 @@ def writeMesh(ob,dxfobject):
def export(objectslist,filename,nospline=False,lwPoly=False):
"called when freecad exports a file. If nospline=True, bsplines are exported as straight segs lwPoly=True for OpenSCAD DXF"
readPreferences()
getDXFlibs()
if dxfLibrary:
global exportList
exportList = objectslist