Blender Git Commit Log

Git Commits -> Revision 4e7757b

Revision 4e7757b by Harley Acheson (soc-2021-curves)
June 21, 2021, 14:31 (GMT)
Render Window as Non-Child on Win32 platform

This patch makes the "Render" window a top-level window, not a child of
the main window, which was the case in blender versions prior to 2.93.
This means it is no longer "on top", nor is the icon grouped on the
taskbar in the same way, but you can Alt-Tab between it and the main
window. This change only affects the Windows platform as the other
platforms behave this way.

See D11576 for links to negative feedback that prompts this change.

Differential Revision: https://developer.blender.org/D11576

Reviewed by Brecht Van Lommel

Commit Details:

Full Hash: 4e7757b9a74588e3179c2e659f8375a552cc6988
Parent Commit: e2d9277
Committed By: Dilith Jayakody
Lines Changed: +11, -1

5 Modified Paths:

/source/blender/editors/render/render_view.c (+1, -0) (Diff)
/source/blender/editors/screen/screen_edit.c (+1, -0) (Diff)
/source/blender/editors/screen/screen_ops.c (+4, -0) (Diff)
/source/blender/windowmanager/intern/wm_window.c (+4, -1) (Diff)
/source/blender/windowmanager/WM_api.h (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021