Images: move save modified images operator from Python to C

We will use this for saving images along with the .blend file.

Ref D4861
This commit is contained in:
Brecht Van Lommel
2019-05-16 16:01:11 +02:00
parent c1ec6f00f2
commit aac95aa1e9
7 changed files with 127 additions and 37 deletions

View File

@@ -230,7 +230,7 @@ class IMAGE_MT_image(Menu):
if ima and ima.source == 'SEQUENCE':
layout.operator("image.save_sequence")
layout.operator("image.save_dirty", text="Save All Images")
layout.operator("image.save_all_modified", text="Save All Images")
if ima:
layout.separator()