Blender Git Loki
Git Commits -> Revision a5ec7c4
Revision a5ec7c4 by Julian Eisel (temp-blender-2.81-release-with-wrong-merge) November 11, 2019, 17:05 (GMT) |
UI: Rewrite stacked full-screen logic, fixing issues To recreate the main issue: * Set render and file browser to show in full-screen in the preferences * Default scene, press F12 in 3D View * Press Alt+S to save the image * Escape the file browser * Escape the image editor The former 3D View would now show the image editor. This is a common use-case that should work. Full-screen code is a hassle to get to work as expected. There are reports from 2.5, I did lots of work years ago to get these kind of use-cases to work fine. But apparently I broke this one with a fix for another common use-case in March (0a28bb14222c). This now stores hints in the space, rather than the area, which should make things much more controlable and hopefully help us fix issues like this. Here are a few references describing further common issues (all should work fine now): 0a28bb14222c, e61588c5a544, T19296 Checked over this with Bastien, we agreed that at some point we should do a big rewrite of all of this, for now this is acceptable. |
Commit Details:
Full Hash: a5ec7c4222fe315bfe5253ca0c65a8180aaf7efd
Parent Commit: 0a554f9
Committed By: Germano Cavalcante
Lines Changed: +76, -27
6 Modified Paths:
/source/blender/blenloader/intern/versioning_280.c (+5, -0) (Diff)
/source/blender/editors/render/render_view.c (+2, -1) (Diff)
/source/blender/editors/screen/area.c (+36, -11) (Diff)
/source/blender/editors/screen/screen_edit.c (+14, -13) (Diff)
/source/blender/makesdna/DNA_screen_types.h (+3, -2) (Diff)
/source/blender/makesdna/DNA_space_types.h (+16, -0) (Diff)
/source/blender/editors/render/render_view.c (+2, -1) (Diff)
/source/blender/editors/screen/area.c (+36, -11) (Diff)
/source/blender/editors/screen/screen_edit.c (+14, -13) (Diff)
/source/blender/makesdna/DNA_screen_types.h (+3, -2) (Diff)
/source/blender/makesdna/DNA_space_types.h (+16, -0) (Diff)