Import-Export: Import AutoCAD DXF Format (.dxf) doesn´t work #105061

Closed
opened 2023-12-13 05:36:50 +01:00 by Los-Puntos · 2 comments

System Information
Operating system: Windows 10
Graphics card: GTX 1660ti

Blender Version
Broken: 4.0.1
Worked: (newest version of Blender that worked as expected)

Short description of error
Python: Traceback (most recent call last):
File "C:\Program Files\Blender Foundation\Blender 4.0\4.0\scripts\addons\io_import_dxf\dxfimport\do.py", line 1364, in _call_object_types
o = type_func(entity, scene, name)
File "C:\Program Files\Blender Foundation\Blender 4.0\4.0\scripts\addons\io_import_dxf\dxfimport\do.py", line 1240, in object_mesh
dxftype(en, bm)
File "C:\Program Files\Blender Foundation\Blender 4.0\4.0\scripts\addons\io_import_dxf\dxfimport\do.py", line 606, in mesh
bm.faces.new([bm.verts[i] for i in face])
ValueError: faces.new(verts): face already exists

Exact steps for others to reproduce the error
Based on the default startup or an attached .blend file (as simple as possible).

Tried to import a small .dxf file (1.01MB) from CadMapper

**System Information** Operating system: Windows 10 Graphics card: GTX 1660ti **Blender Version** Broken: 4.0.1 Worked: (newest version of Blender that worked as expected) **Short description of error** Python: Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 4.0\4.0\scripts\addons\io_import_dxf\dxfimport\do.py", line 1364, in _call_object_types o = type_func(entity, scene, name) File "C:\Program Files\Blender Foundation\Blender 4.0\4.0\scripts\addons\io_import_dxf\dxfimport\do.py", line 1240, in object_mesh dxftype(en, bm) File "C:\Program Files\Blender Foundation\Blender 4.0\4.0\scripts\addons\io_import_dxf\dxfimport\do.py", line 606, in mesh bm.faces.new([bm.verts[i] for i in face]) ValueError: faces.new(verts): face already exists **Exact steps for others to reproduce the error** Based on the default startup or an attached .blend file (as simple as possible). Tried to import a small .dxf file (1.01MB) from CadMapper
Los-Puntos added the
Status
Needs Triage
Priority
Normal
Type
Report
labels 2023-12-13 05:36:50 +01:00

Can you attach that small .dxf file so we can investigate?

Can you attach that small .dxf file so we can investigate?
Jesse Yurkovich added
Status
Needs Information from User
and removed
Status
Needs Triage
labels 2023-12-29 22:32:57 +01:00
Member

No activity for more than a week. As per the tracker policy we assume the issue is gone and can be closed.

Thanks again for the report. If the problem persists please open a new report with the required information.

No activity for more than a week. As per the tracker policy we assume the issue is gone and can be closed. Thanks again for the report. If the problem persists please open a new report with the required information.
Blender Bot added
Status
Archived
and removed
Status
Needs Information from User
labels 2024-05-04 07:28:39 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#105061
No description provided.