-
-
Notifications
You must be signed in to change notification settings - Fork 21.5k
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
Fixes to 2D viewport #50007
Fixes to 2D viewport #50007
Conversation
We may want to expose an option in the 2D editor for this, since seeing a 3D background can sometimes be useful for designing HUDs in real world conditions. This can be exposed in a future PR. |
* Editor 2D viewport now uses embedded subwindows (windows no longer pop up) * Restored the ability to disable 3D on the 2D viewport (makes 3D not display on 2D when there is a camera on the scene)
@KoBeWi This is mostly because it does not have anything to draw and there is no default theme for embedded windows. Additionally, subwindows/dialogs are not editable(I don't think they ever were). Would be nice if they were but likely all this is material for a separate PR. |
Thanks! |
Bugsquad edit: Fixes #40553