We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here's the Trace Back:
Python: Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 3.2\3.2\scripts\addons\io_object_mu-master\import_craft\import_craft.py", line 106, in execute return import_craft_op(self, context, **keywords) File "C:\Program Files\Blender Foundation\Blender 3.2\3.2\scripts\addons\io_object_mu-master\import_craft\import_craft.py", line 80, in import_craft_op obj = import_craft(filepath) File "C:\Program Files\Blender Foundation\Blender 3.2\3.2\scripts\addons\io_object_mu-master\import_craft\import_craft.py", line 60, in import_craft part = gamedata.parts[pname].get_model() KeyError: 'B9.Aero.Wing.Procedural.Panel'
I can attach my craft file and the necessary mods at your request.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here's the Trace Back:
Python: Traceback (most recent call last):
File "C:\Program Files\Blender Foundation\Blender 3.2\3.2\scripts\addons\io_object_mu-master\import_craft\import_craft.py", line 106, in execute
return import_craft_op(self, context, **keywords)
File "C:\Program Files\Blender Foundation\Blender 3.2\3.2\scripts\addons\io_object_mu-master\import_craft\import_craft.py", line 80, in import_craft_op
obj = import_craft(filepath)
File "C:\Program Files\Blender Foundation\Blender 3.2\3.2\scripts\addons\io_object_mu-master\import_craft\import_craft.py", line 60, in import_craft
part = gamedata.parts[pname].get_model()
KeyError: 'B9.Aero.Wing.Procedural.Panel'
I can attach my craft file and the necessary mods at your request.
The text was updated successfully, but these errors were encountered: