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_c3d
parent2a3e4793511554ca5406398b3bf4653783f3560e (diff)
update for change in blender
Diffstat (limited to 'io_anim_c3d')
-rw-r--r--io_anim_c3d/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/io_anim_c3d/__init__.py b/io_anim_c3d/__init__.py
index 02704552..0f918fdf 100644
--- a/io_anim_c3d/__init__.py
+++ b/io_anim_c3d/__init__.py
@@ -95,7 +95,6 @@ class C3DAnimateCloud(bpy.types.Operator):
def cancel(self, context):
bpy.context.scene.frame_set(bpy.context.scene.frame_current)
context.window_manager.event_timer_remove(self.timer)
- return {'CANCELLED'}
class C3DImporter(bpy.types.Operator):