fix: animation loading

This commit is contained in:
Swann
2021-05-21 23:02:42 +02:00
parent 9fddfe084c
commit 81c9b5fc06
16 changed files with 16 additions and 16 deletions

View File

@ -554,7 +554,7 @@ class SessionSnapTimeOperator(bpy.types.Operator):
def modal(self, context, event):
is_running = context.window_manager.session.user_snap_running
if event.type in {'RIGHTMOUSE', 'ESC'} or not is_running:
if not is_running:
self.cancel(context)
return {'CANCELLED'}