From 8078c1a024dc98d55503edde57a4f1d90fac7316 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 31 Oct 2013 12:07:24 +0000 Subject: update for change in blender --- io_anim_acclaim/__init__.py | 1 - 1 file changed, 1 deletion(-) (limited to 'io_anim_acclaim') diff --git a/io_anim_acclaim/__init__.py b/io_anim_acclaim/__init__.py index e47f50fe..d929a44c 100644 --- a/io_anim_acclaim/__init__.py +++ b/io_anim_acclaim/__init__.py @@ -399,7 +399,6 @@ class AmcAnimator(bpy.types.Operator): bpy.context.scene.frame_set(bpy.context.scene.frame_current) context.window_manager.event_timer_remove(self.timer) bpy.ops.object.mode_set(mode='OBJECT') - return {'CANCELLED'} class AmcImporter(bpy.types.Operator): -- cgit v1.2.3