Hello everyone,
In the latest SDK (1.2.0), a bug was introduced in the Blender plugin code, which may result in an error during export when using Blender version 3.6.
A fix has been implemented and will be included in the next update.
In the meantime, you can either use the fixed plugin or apply the fix manually.
Option 1: Use the fixed plugin
- Download the fixed plugin here :
io_scene_gltf2_msfs_2024.zip (13.6 MB) - Close Blender.
- Extract the zip content to the Blender MSFS2024 plugin directory (
C:\MSFS 2024 SDK\Tools\Blender\addons\io_scene_gltf2_msfs_2024
).Ă– - Restart Blender.
The plugin version number remains the same, but you should now be able to export without any errors.
Option 2: Manual fix
- Open the file io/exp/msfs_multi_export.py in the Blender plugin directory.
- Remove line 183:
export_nla_strips_merged_animation_name = settings.export_nla_strips_merged_animation_name
- Save the file and restart Blender.
This should resolve the issue as well.
We apologize for the inconvenience.