Blender Git Loki
Git Commits -> Revision 5ce3f69
Revision 5ce3f69 by Jacques Lucke (master) May 17, 2019, 15:43 (GMT) |
UI: File Close Dialog This adds a new dialog that is shown whenever a file is closed. So, either when a new file is opened, or when Blender quits. The dialog allows to save unsaved changes. Furthermore it also allows saving images that have been modified in Blender, but are not saved yet. Known limitations: * Images that have no file path and have not been packed before, are not saved. * On MacOS the old dialog is shown when Blender quits. Reviewers: brecht, billreynish Differential Revision: https://developer.blender.org/D4860 |
Commit Details:
Full Hash: 5ce3f69da438bf2bd58d5039f8a4165f31262e1e
Parent Commit: 56cdb0c
Lines Changed: +367, -244
7 Modified Paths:
/source/blender/editors/include/ED_image.h (+1, -0) (Diff)
/source/blender/editors/space_image/image_ops.c (+69, -78) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+11, -0) (Diff)
/source/blender/windowmanager/intern/wm_files.c (+264, -11) (Diff)
/source/blender/windowmanager/intern/wm_window.c (+7, -155) (Diff)
/source/blender/windowmanager/WM_api.h (+4, -0) (Diff)
/source/blender/windowmanager/wm_files.h (+11, -0) (Diff)
/source/blender/editors/space_image/image_ops.c (+69, -78) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+11, -0) (Diff)
/source/blender/windowmanager/intern/wm_files.c (+264, -11) (Diff)
/source/blender/windowmanager/intern/wm_window.c (+7, -155) (Diff)
/source/blender/windowmanager/WM_api.h (+4, -0) (Diff)
/source/blender/windowmanager/wm_files.h (+11, -0) (Diff)