Maniphest T96428

Error Blender import Autocad, error python
Closed, Archived

Assigned To
None
Authored By
david (david040302)
Mar 14 2022, 11:19 AM
Tags
  • Add-ons (Community)
Subscribers
david (david040302)
Pratik Borhade (PratikPB2123)

Description

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

Blender Version
Broken: version: 3.1.0, branch: master, commit date: 2022-03-08 18:16, hash: rBc77597cd0e15
Worked: (newest version of Blender that worked as expected)

Addon Information
Name: Import AutoCAD DXF Format (.dxf) (0, 9, 6)
Author: Lukas Treyer, Manfred Moitzi (support + dxfgrabber library), Vladimir Elistratov, Bastien Montagne, Remigiusz Fiedler (AKA migius)

Short description of error
[Please fill out a short description of the error here]

Exact steps for others to reproduce the error
[Please describe the exact steps needed to reproduce the issue]
[Based on the default startup or an attached .blend file (as simple as possible)]

Event Timeline

david (david040302) created this task.Mar 14 2022, 11:19 AM

Python: Traceback (most recent call last):

File "C:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\io_import_dxf\__init__.py", line 539, 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.1\3.1\scripts\addons\io_import_dxf\__init__.py", line 119, in read
  errors = do.entities(os.path.basename(filename).replace(".dxf", ""), new_scene)
File "C:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\io_import_dxf\dxfimport\do.py", line 1627, 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.1\3.1\scripts\addons\io_import_dxf\dxfimport\do.py", line 1531, in combined_objects
  o = self._call_object_types(TYPE, by_att, group, name, scene, False)
File "C:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\io_import_dxf\dxfimport\do.py", line 1380, in _call_object_types
  o = type_func(entity, scene, name)

TypeError: 'NoneType' object is not callable

location: <unknown location>:-1

Pratik Borhade (PratikPB2123) changed the task status from Needs Triage to Needs Information from User.Mar 14 2022, 12:01 PM
Pratik Borhade (PratikPB2123) added a subscriber: Pratik Borhade (PratikPB2123).

Thanks for the report. Please upload your DXF file

Pratik Borhade (PratikPB2123) closed this task as Archived.Mar 25 2022, 12:56 PM

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.