io_import_dxf: Fix ZeroDivision #104553

Closed
Oxicid wants to merge 2 commits from (deleted):oxicid-dxf-vector-normalized into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit a18a5323fb - Show all commits

View File

@ -16,7 +16,7 @@ except:
bl_info = {
"name": "Import AutoCAD DXF Format (.dxf)",
"author": "Lukas Treyer, Manfred Moitzi (support + dxfgrabber library), Vladimir Elistratov, Bastien Montagne, Remigiusz Fiedler (AKA migius)",
"version": (0, 9, 6),
"version": (0, 9, 8),
"blender": (2, 80, 0),
"location": "File > Import > AutoCAD DXF",
"description": "Import files in the Autocad DXF format (.dxf)",