io_import_dxf: Fix ZeroDivision #104556

Merged
Brecht Van Lommel merged 2 commits from :oxicid-patch-dxf-1 into main 2023-04-18 20:12:15 +02:00
Showing only changes of commit 9cb81511ae - 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, 7),
"version": (0, 9, 8),
"blender": (2, 80, 0),
"location": "File > Import > AutoCAD DXF",
"description": "Import files in the Autocad DXF format (.dxf)",