From 0dca0e3f2b2427c2a44c4deb952889f65e9de091 Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Sat, 12 Sep 2015 15:20:51 -0300 Subject: [PATCH] Draft: bumped minimum dxf lib to 1.39 --- src/Mod/Draft/importDXF.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Draft/importDXF.py b/src/Mod/Draft/importDXF.py index 2d504c33d2..84c791a2f0 100644 --- a/src/Mod/Draft/importDXF.py +++ b/src/Mod/Draft/importDXF.py @@ -40,7 +40,7 @@ texts, colors,layers (from groups) ''' TEXTSCALING = 1.35 # scaling factor between autocad font sizes and coin font sizes -CURRENTDXFLIB = 1.38 # the minimal version of the dxfLibrary needed to run +CURRENTDXFLIB = 1.39 # the minimal version of the dxfLibrary needed to run import sys, FreeCAD, os, Part, math, re, string, Mesh, Draft, DraftVecUtils, DraftGeomUtils from Draft import _Dimension, _ViewProviderDimension