(2023-02-09, 4:38)Sam Potter Wrote: when i try to export a imported ldraw file I get this error
Python: Traceback (most recent call last):
File "C:\Users\*\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\ExportLDraw-2023-02-02\operator_export.py", line 124, in execute
ldraw_export.do_export(bpy.path.abspath(self.filepath))
File "C:\Users\*\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\ExportLDraw-2023-02-02\ldraw_export.py", line 54, in do_export
ldraw_file.parse_header(hline)
AttributeError: 'LDrawFile' object has no attribute 'parse_header'
I've pushed a fix. Please update to the newest version and let me know if it is still happening.
https://github.com/cuddlyogre/ExportLDra...2023-02-09