Skip to content

Commit

Permalink
Draft: fixed bug in DXF export because of last commit - fixes #2391
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Jan 5, 2016
1 parent 1e578c4 commit c5b8b7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Mod/Draft/importDXF.py
Expand Up @@ -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
Expand Down

0 comments on commit c5b8b7c

Please sign in to comment.