You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
This is the error that Blender 3.2 gives me when I attempt to import an Xplane obj:
Seems like a simple error? maybe?
The text was updated successfully, but these errors were encountered: