Set status done 'DONE' after done
This commit is contained in:
parent
164f65f30c
commit
5f58f8b6f7
@ -273,6 +273,11 @@ class FLAMENCO_OT_render(async_loop.AsyncModalOperatorMixin,
|
|||||||
|
|
||||||
self.quit()
|
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):
|
async def _save_blendfile(self, context):
|
||||||
"""Save to a different file, specifically for Flamenco.
|
"""Save to a different file, specifically for Flamenco.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user