Set status done 'DONE' after done

This commit is contained in:
Sybren A. Stüvel 2018-03-16 12:26:16 +01:00
parent 164f65f30c
commit 5f58f8b6f7

View File

@ -273,6 +273,11 @@ class FLAMENCO_OT_render(async_loop.AsyncModalOperatorMixin,
self.quit()
def quit(self):
if bpy.context.window_manager.flamenco_status != 'ABORTED':
bpy.context.window_manager.flamenco_status = 'DONE'
super().quit()
async def _save_blendfile(self, context):
"""Save to a different file, specifically for Flamenco.