Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-01Cleanup: trailing space & tabs to spacesCampbell Barton
2018-10-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
Differential Revision: https://developer.blender.org/D3746
2018-09-07Cleanup: trailing spaceCampbell Barton
2017-06-01updated dxfgrabber library: 0.8.1 -> 0.8.4Lukas Treyer
2017-03-19Cleanup: trailing spaceCampbell Barton
2016-08-20related to the latest file in T48806 I found a small bug, which is fixed ↵Lukas Treyer
now. Also dxfgrabber seemed to be incomplete in the last commit.
2016-08-16updating to newest version of dxfgrabber; needed for further updates ↵Lukas Treyer
regarding inf.0 problem.
2014-10-21Proper error message for DXF versions below AC1009. Users get notified that ↵Lukas Treyer
DXF files with version below AC1009 (DXF12) are not supported. This is because there is not enough documentation available for those versions. Users with files that old are kindly requested to export their projects to newer versions. In some cases it might also work to just replace AC1006 (or anything below AC1009) with AC1009 directly in the DXF.
2014-08-19New DXF importer, based in DXFGrabber.Lukas Treyer
This addon replaces the old DXF importer. Written by cnd (Lukas Treyer). It uses dxfgrabber - copyright (C) 2012 by Manfred Moitzi (mozman) (MIT license). Review and some cleanup by mont29 (Bastien Montagne).