XPlane2Blender icon indicating copy to clipboard operation
XPlane2Blender copied to clipboard

Error in "xplane_ui.py" with Blender 3.2

Open AlteredWolf opened this issue 2 years ago • 0 comments

This is the error that Blender 3.2 gives me when I attempt to import an Xplane obj:

Python: Traceback (most recent call last):

File "C:\Users\ME\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\io_xplane2blender\xplane_ui.py", line 104, in draw draw_bake_op(self.layout)

File "C:\Users\ME\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\io_xplane2blender\xplane_ui.py", line 82, in draw_bake_op if context.active_object.xplane.isExportableRoot:

AttributeError: 'NoneType' object has no attribute 'xplane'

Seems like a simple error? maybe?

AlteredWolf avatar Aug 10 '22 18:08 AlteredWolf