(2021-04-25, 23:51)Matthew Morrison Wrote: I'll add that to the list!
Whenever I try to import the preferences dialog looks funy, the headers for each section show up, but no options( https://i.imgur.com/6EfLmRB.png
When I go to actually import a ldraw.dat part I am met with the following error:
Code:
Python: Traceback (most recent call last):
File "C:\Users\Streaming\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\ExportLdraw-master\operator_import.py", line 364, in execute
'prefer_unofficial': self.prefer_unofficial,
File "C:\Program Files\Blender Foundation\Blender 2.83\2.92\scripts\modules\bpy_types.py", line 721, in __getattribute__
return super().__getattribute__(attr)
AttributeError: 'IMPORT_OT_do_ldraw_import' object has no attribute 'prefer_unofficial'
location: <unknown location>:-1
I looked around for a bug-tracker but could not find one, sorry if this is not the right place to post this.
I have tested in both Blender 2.92 and 2.82, same results on Windows 10.