From c5b8b7c0a4138dac6c0368f620839f8f57f628b4 Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Tue, 5 Jan 2016 12:15:44 -0200 Subject: [PATCH] Draft: fixed bug in DXF export because of last commit - fixes #2391 --- src/Mod/Draft/importDXF.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/Draft/importDXF.py b/src/Mod/Draft/importDXF.py index 83513c614..7be9f9640 100644 --- a/src/Mod/Draft/importDXF.py +++ b/src/Mod/Draft/importDXF.py @@ -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