Blender Git Loki
Git Commits -> Revision 95d9ec6
Revision 95d9ec6 by Julian Eisel (temp-lanpr-staging) September 12, 2019, 01:13 (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: 95d9ec6a37f38b5cafc6613bf17104d08069110e
Parent Commit: f5d493d
Committed By: YimingWu
Lines Changed: +13, -2