Draft: bumped minimum dxf lib to 1.39

This commit is contained in:
Yorik van Havre 2015-09-12 15:20:51 -03:00
parent ac84b8171e
commit 216a747978

View File

@ -40,7 +40,7 @@ texts, colors,layers (from groups)
''' '''
TEXTSCALING = 1.35 # scaling factor between autocad font sizes and coin font sizes 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 import sys, FreeCAD, os, Part, math, re, string, Mesh, Draft, DraftVecUtils, DraftGeomUtils
from Draft import _Dimension, _ViewProviderDimension from Draft import _Dimension, _ViewProviderDimension