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>2016-04-26 13:58:09 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-04-26 13:58:09 +0300
commit8b80d24da9e99b51cafb3533d0b4351b358fcf75 (patch)
tree00f5e401722872098e6fca671248d80e42cd5f17 /io_shape_mdd/import_mdd.py
parentc3e0380a608450b2431b23e58370169cbdbcdd82 (diff)
Cleanup: remove unused operator args
Diffstat (limited to 'io_shape_mdd/import_mdd.py')
-rw-r--r--io_shape_mdd/import_mdd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_shape_mdd/import_mdd.py b/io_shape_mdd/import_mdd.py
index 8caedccd..3a248486 100644
--- a/io_shape_mdd/import_mdd.py
+++ b/io_shape_mdd/import_mdd.py
@@ -80,7 +80,7 @@ def obj_update_frame(file, scene, obj, start, fr, step):
obj.data.update()
-def load(operator, context, filepath, frame_start=0, frame_step=1):
+def load(context, filepath, frame_start=0, frame_step=1):
scene = context.scene
obj = context.object