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 1e578c4f1a
commit c5b8b7c0a4

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