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
2015-01-27Resolve T43426: DXF import exceptionCampbell Barton
2014-10-21FIX T42252: Arcs are scaled correctly now. The scale factor now also accepts ↵Lukas Treyer
comas, not only points (comas are being replaced by points internally).
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-29BUGFIXES:Lukas Treyer
- "Indication must be 'sperical' or 'planar'" error message if pyproj module is not available. - GeoReference options (lat/lon) was disabled without pyproj
2014-08-23Readme.md file deleted in io_import_dxfLukas Treyer
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).