taniwha / io_object_mu

Python .mu reader/writer and blender import/export addon
GNU General Public License v2.0
120 stars 51 forks source link

Blender 3.2 -- Error importing craft using B9 Parts #71

Open KAmaia opened 1 year ago

KAmaia commented 1 year ago

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.