(2022-05-13, 3:57)Sam Potter Wrote: cant export get this error (v2022-04-01-00)
Python: KeyError: 'bpy_prop_collection.get(key, ...): key must be a string or tuple, not NoneType'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "C:\Users\*\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\ExportLDraw-2022-04-01-00\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.1\scripts\addons\ExportLDraw-2022-04-01-00\ldraw_export.py", line 49, in do_export
text = bpy.data.texts.get(filename)
SystemError: <built-in method get of bpy_prop_collection object at 0x00000252AC2A6970> returned a result with an exception set
location: <unknown location>:-1
Are you able to share the file you are getting this error with?