Godot Version
4.2.1
Question
I’m having issues with creating and importing new .blend files into my project. This includes a default cube with the camera and light source removed. the regular icon is replaced with a large red X. I’ve tried totally reinstalling godot (to the effect of deleting everything in AppData), I made sure that my blender path is set, and I’m just stuck now.
this displays on import:
modules/gltf/gltf_document.cpp:7649 - Condition "err != OK" is true. Returning: ERR_FILE_CANT_OPEN
Error importing 'res://untitled.blend'.
I assume you enabled the blender import options in the Godot editor settings?
1 Like
what about this error “modules/gltf/register_types.cpp:63 - Blend file import is enabled in the project settings, but no Blender path is configured in the editor settings. Blend files will not be imported”
Well the error pretty much gives you the keys to the solution. Set the Blender path in the editor settings
Got this error today and it was because I had created a .blend
file in Blender 4 on one machine but was trying to import it on another machine that had Blender 3 on it.
Upgrading the Blender version so it was the same everywhere and then re-importing the .blend
file fixed the issue.