Blender Git Commit Log

Git Commits -> Revision ab82317

Revision ab82317 by Julian Eisel (master)
September 7, 2019, 14:08 (GMT)
Fix saving images from temp Image Editor failing

Steps to reproduce were:
* Ensure //Render//->//Display Mode// is //New Window//
* F12
* In the opened Image Editor, Alt+S to save the image
* Save the image
The saving would fail silently.

Issue was that wm_handler_op_context() would fail to find the correct
area to activate, as the wrong window was active in context. So allow
overriding this window and do so when creating the file-select handler.

Commit Details:

Full Hash: ab823176d31dc155645de733f1cd4fbd6ad74592
Parent Commit: fa7ee62
Lines Changed: +13, -2

2 Modified Paths:

/source/blender/windowmanager/intern/wm_event_system.c (+9, -2) (Diff)
/source/blender/windowmanager/wm_event_system.h (+4, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021