io_export_dxf: Fix exporting object with empty material slot #104554

Closed
Oxicid wants to merge 2 commits from (deleted):oxicid-dxf-empty-mat 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 227b47fffc - Show all commits

View File

@ -3,7 +3,7 @@
bl_info = {
"name": "Export Autocad DXF Format (.dxf)",
"author": "Remigiusz Fiedler (AKA migius), Vaclav Klecanda",
"version": (2, 2, 3),
"version": (2, 2, 4),
"blender": (2, 80, 0),
"location": "File > Export > AutoCAD DXF",
"description": "The script exports Blender geometry to DXF format r12 version.",