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
2016-10-11bugfix for T49593: _gen_meshface removes points from a 3DFACE or SOLID if ↵Lukas Treyer
the they share the same location. This was a good a idea but it was not implemented completely. Now it is: faces with overlapping verts get imported as edges if the remaining geometry has only 2 verts. This allows the user to easily select all edges if extraction is needed to make it visible in a rendering. (e.g. select one edge and then choose Select > Select Similar > Amount of connecting edges).
2016-10-07bugfix for T49593: more secure checking for same points in bulgepoly_to_cubicLukas Treyer
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.
2016-07-22Clean Up: remove redundant bl_tracker infometa-androcto
2016-06-28switched lat / lon for projected coordinates using pyproj as suggested in T48652cnd
2016-03-22dxf importer: fixing wrong tracker and wiki urlcnd
2016-03-22two new merge methods: 1. merge by layers and closed no-bulge polylines: ↵Lukas Treyer
merges closed no-bulge polys to a mesh. These kinds of polys actually fit quite well to bmesh's faces. 2 merge by layers (and dxf-type) and blocks: this option inserts blocks using duplifaces. this means if a user has a dxf with a block being inserted MANY times he can use this option to increase import speed. Instead of inserting a new object for each block-insert, only a new face in a mesh is being inserted.
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).