-
-
Notifications
You must be signed in to change notification settings - Fork 23.7k
Add "Set as Main Scene" option to EditorSceneTabs context menu #107652
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
Conversation
|
The new option does not update FileSystem immediately. It still shows the previous scene as main until something refreshes it. |
a2bd719 to
2ab70e8
Compare
|
Added calls to FileSystemDock's |
2ab70e8 to
95ba0c9
Compare
95ba0c9 to
9b62845
Compare
|
Much appreciated @KoBeWi. |
9b62845 to
391f286
Compare
391f286 to
94a9f7d
Compare
94a9f7d to
6c0149e
Compare
|
Needs rebase |
544ec51 to
b6fa059
Compare
Repiteo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like transient includes were changed since this was originally made. Should be fixed pretty easily by adding the GLOBAL_GET header:
Adds the option to quickly set main scene by right-clicking a scene tab. If the scene has no root, then the option is greyed out. If the scene is unsaved, the file is saved and then set as main scene. Co-Authored-By: Alex Tam <[email protected]>
b6fa059 to
8aea513
Compare
|
Thanks! |
|
This PR caused a regression: #112894 |
This PR is #96268 updated to current master, with additional features to make it more like "Play This Scene"
I'm unsure how best to credit @altamkp, please let me know if adding him as co-author is enough.
Closes #10587.