Not Able to Import Auto CAD DXF file #104984

Closed
opened 2023-11-02 17:14:59 +01:00 by Shripad Phase · 2 comments

System Information
Operating system: Windows-10-10.0.19045-SP0 64 Bits
Graphics card: Intel(R) HD Graphics 620 Intel 4.5.0 - Build 27.20.100.8682

Blender Version
Broken: version: 3.6.5, branch: blender-v3.6-release, commit date: 2023-10-16 14:30, hash: cf1e1ed46b7e
Worked: (newest version of Blender that worked as expected)

Addon Information
Name: Export Autocad DXF Format (.dxf) (2, 2, 3)
Author: Remigiusz Fiedler (AKA migius), Vaclav Klecanda

Short description of error
Not Able to Import the Auto cad DXF file

Python: Traceback (most recent call last):
  File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\addons\10_import_dxf\__init__.py", line 521, in execute
    read(self.report, self.filepath, merge_options, self.import_text, self.import_light, self.export_acis,
  File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\addons\io_import_dxf\__init__.py", line 101, in read
    errors = do. entities(os.path. basename (filename).replace(".dxf", **), new_scene)
  File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\addons\io_import_dxf\dxfimport\do.py", Line 1609, in entities
    self.combined_objects((en for en in self.dwg.modelspace() if is_.combined_entity(en)), scene)
  File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\addons\io_import_dxf\dxfimport\do.py", line 1513, in combined_objects
    o = self. call object_types (TYPE, by att, group, name, scene, False)
File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\addons\io_import_dxf\dxfimport\do.py", Line 1362, in _call_object_types
    o = type_func(entity, scene, name)
  TypeError: 'NoneType' object is not callable

Exact steps for others to reproduce the error

  • import my .dxf file
**System Information** Operating system: Windows-10-10.0.19045-SP0 64 Bits Graphics card: Intel(R) HD Graphics 620 Intel 4.5.0 - Build 27.20.100.8682 **Blender Version** Broken: version: 3.6.5, branch: blender-v3.6-release, commit date: 2023-10-16 14:30, hash: `cf1e1ed46b7e` Worked: (newest version of Blender that worked as expected) **Addon Information** Name: Export Autocad DXF Format (.dxf) (2, 2, 3) Author: Remigiusz Fiedler (AKA migius), Vaclav Klecanda **Short description of error** Not Able to Import the Auto cad DXF file ``` Python: Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\addons\10_import_dxf\__init__.py", line 521, in execute read(self.report, self.filepath, merge_options, self.import_text, self.import_light, self.export_acis, File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\addons\io_import_dxf\__init__.py", line 101, in read errors = do. entities(os.path. basename (filename).replace(".dxf", **), new_scene) File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\addons\io_import_dxf\dxfimport\do.py", Line 1609, in entities self.combined_objects((en for en in self.dwg.modelspace() if is_.combined_entity(en)), scene) File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\addons\io_import_dxf\dxfimport\do.py", line 1513, in combined_objects o = self. call object_types (TYPE, by att, group, name, scene, False) File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\addons\io_import_dxf\dxfimport\do.py", Line 1362, in _call_object_types o = type_func(entity, scene, name) TypeError: 'NoneType' object is not callable ``` **Exact steps for others to reproduce the error** - import my .dxf file
Shripad Phase added the
Status
Needs Triage
Priority
Normal
Type
Report
labels 2023-11-02 17:15:00 +01:00
Author

image

![image](/attachments/98e32dc0-c603-440c-be7f-6352d950384c)
790 KiB

Thanks for the report, @shridesign.

This is the same error log as the report below:
#101327: Error - Import AutoCAD DXF files

Therefore, it is very likely to be a duplicate. So I will merge reports.
Please subscribe in #101327 if you want to see further updates

Also seems related to:
#104691: dxf import into empty scene fails
#75349: DXF File Import Error

Note that unfortunately the developers of this addon are no longer active. But any contributor can investigate this issue.
Thank you for bringing this to our attention. If you have any additional information or questions, please let us know.

Thanks for the report, @shridesign. This is the same error log as the report below: #101327: Error - Import AutoCAD DXF files Therefore, it is very likely to be a duplicate. So I will merge reports. Please subscribe in #101327 if you want to see further updates Also seems related to: #104691: dxf import into empty scene fails #75349: DXF File Import Error Note that unfortunately the developers of this addon are no longer active. But any contributor can investigate this issue. Thank you for bringing this to our attention. If you have any additional information or questions, please let us know.
Blender Bot added
Status
Archived
and removed
Status
Needs Triage
labels 2023-11-02 17:35:13 +01:00
Germano Cavalcante added
Status
Duplicate
and removed
Status
Archived
labels 2023-11-02 17:35:24 +01:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 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#104984
No description provided.