Update modules/gltf/editor/editor_scene_importer_blend.cpp

Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
This commit is contained in:
Daniel Kinsman 2025-08-25 22:00:13 +10:00 committed by GitHub
parent 0cace15d72
commit a001026dbb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -516,7 +516,7 @@ void EditorFileSystemImportFormatSupportQueryBlend::_update_icons() {
}
bool EditorFileSystemImportFormatSupportQueryBlend::query() {
ERR_FAIL_COND_V_MSG(DisplayServer::get_singleton()->get_name() == "headless", true, "Blender is required to import .blend files but it could not be found.");
ERR_FAIL_COND_V_MSG(DisplayServer::get_singleton()->get_name() == "headless", true, "Blender path is invalid or not set, check your Editor Settings. Cannot configure blender path in headless mode.");
if (!configure_blender_dialog) {
configure_blender_dialog = memnew(ConfirmationDialog);