kainotoa / cp77research

16 stars 6 forks source link

KeyError: 'import_user_extensions' #19

Open TangoRom3o opened 2 years ago

TangoRom3o commented 2 years ago

While trying to import a body rig I got the error below. Using WolvenKit 8.7.0 nightly because 8.6 crashes and latest version on Blender 3.3

Python: Traceback (most recent call last): File "C:\Users\USER\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\i_scene_cp77_gltf\__init__.py", line 46, in execute gltf_importer = glTFImporter(self.filepath, { "files": None, "loglevel": 0, "import_pack_images" :True, "merge_vertices" :False, "import_shading" : 'NORMALS', "bone_heuristic":'TEMPERANCE', "guess_original_bind_pose" : False}) File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\scripts\addons\io_scene_gltf2\io\imp\gltf2_io_gltf.py", line 30, in __init__ self.import_user_extensions = import_settings['import_user_extensions'] KeyError: 'import_user_extensions'