Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in "xplane_ui.py" with Blender 3.2 #704

Open
AlteredWolf opened this issue Aug 10, 2022 · 0 comments
Open

Error in "xplane_ui.py" with Blender 3.2 #704

AlteredWolf opened this issue Aug 10, 2022 · 0 comments
Labels
Importer Bugs and features related to the importer

Comments

@AlteredWolf
Copy link

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?

@bsupnik bsupnik added the Importer Bugs and features related to the importer label Feb 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Importer Bugs and features related to the importer
Projects
None yet
Development

No branches or pull requests

2 participants