Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2013-10-31 16:07:24 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-10-31 16:07:24 +0400
commit8078c1a024dc98d55503edde57a4f1d90fac7316 (patch)
treeb2f41ea0d13e7dab8ffa232e69b80a5ba2ffaff7 /io_anim_acclaim
parent2a3e4793511554ca5406398b3bf4653783f3560e (diff)
update for change in blender
Diffstat (limited to 'io_anim_acclaim')
-rw-r--r--io_anim_acclaim/__init__.py1
1 files changed, 0 insertions, 1 deletions
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):