-
-
Notifications
You must be signed in to change notification settings - Fork 21.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initialize editor values on first launch #75799
Conversation
It looped even in non-minimal project width scenes, the initialization seems to fix everything ... |
Opening any scene (even if it fails) will call |
EDIT: Was also broken on every project that starts without a scene open + default settings. Now I see at project start (c151d32 + your PR)
EDIT: confirmed - the Error is coming from this PR. |
|
Thanks! |
Cherry-picked for 4.0.3. |
#74682 moved some defaults from constructor to
clear()
method. Normallyclear()
is called at startup, but there is only one case when it's not. When you open a fresh new project, which doesn't have any scene and opens an empty editor 🙃Fixes #75749