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
Installed "glTF-Blender-IO-MSFS" plugin, then "msfs-blender-tools", and running Blender with Administrator privileges to install the depenedencies, finished with a full restart, on importing a compiled MSFS .gltf, the following error occurs.
File "C:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\io_scene_gltf2\__init__.py", line 1109, in execute
return self.import_gltf2(context)
File "C:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\io_scene_gltf2\__init__.py", line 1137, in import_gltf2
if self.unit_import(path, import_settings) == {'FINISHED'}:
File "C:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\io_scene_gltf2\__init__.py", line 1157, in unit_import
BlenderGlTF.create(gltf_importer)
File "C:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\io_scene_gltf2\blender\imp\gltf2_blender_gltf.py", line 42, in create
BlenderGlTF._create(gltf)
File "C:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\io_scene_gltf2\blender\imp\gltf2_blender_gltf.py", line 49, in _create
BlenderScene.create(gltf)
File "C:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\io_scene_gltf2\blender\imp\gltf2_blender_scene.py", line 44, in create
compute_vnodes(gltf)
File "C:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\io_scene_gltf2\blender\imp\gltf2_blender_vnode.py", line 27, in compute_vnodes
mark_bones_and_armas(gltf)
File "C:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\io_scene_gltf2\blender\imp\gltf2_blender_vnode.py", line 162, in mark_bones_and_armas
arma_id = deepest_common_ancestor(gltf, descendants)
File "C:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\io_scene_gltf2\blender\imp\gltf2_blender_vnode.py", line 199, in deepest_common_ancestor
path = path_from_root(gltf, vnode_id)
File "C:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\io_scene_gltf2\blender\imp\gltf2_blender_vnode.py", line 211, in path_from_root
vnode_id = gltf.vnodes[vnode_id].parent
KeyError: -1
location: <unknown location>:-1
Can't get old Blender 2.9x to work with the previous "msfs2blender2msfs" plugin either, but can't report bugs on that one as the repo has be archived and not reports are allowed anymore. Just want something to work...
Expected Behavior
It should just work... plus no way to verify if "pillow" dependency was ever actually installed...
Steps To Reproduce
On Windows 11, Blender 3.1.2 clean install
Install glTF-Blender-IO-MSFS, activate and restart Blender with admin privs
Current Behavior
Installed "glTF-Blender-IO-MSFS" plugin, then "msfs-blender-tools", and running Blender with Administrator privileges to install the depenedencies, finished with a full restart, on importing a compiled MSFS .gltf, the following error occurs.
Can't get old Blender 2.9x to work with the previous "msfs2blender2msfs" plugin either, but can't report bugs on that one as the repo has be archived and not reports are allowed anymore. Just want something to work...
Expected Behavior
It should just work... plus no way to verify if "pillow" dependency was ever actually installed...
Steps To Reproduce
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: