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
I can't reproduce it on macOS, probably related to the fact native file dialog are non-blocking on Linux (API limitation) or it's caused by call_deferred (Linux native dialogs are handled from the thread).
The core of the issues is likely EditorProgressDialog and the way long tasks in the editor are handled (blocking main thread and trying to run main event loop iterations manually in the process).
Tested versions
master[4a01602]
System information
Arch Linux
Issue description
When "Use Native File Dialogs" is enabled, saving a scene produces these errors:
The scene is saved nevertheless.
Steps to reproduce
interface/editor/use_native_file_dialogs
in editor settings.Minimal reproduction project (MRP)
N/A
The text was updated successfully, but these errors were encountered: