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:
Diffstat (limited to 'animation_add_corrective_shape_key.py')
-rw-r--r--animation_add_corrective_shape_key.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/animation_add_corrective_shape_key.py b/animation_add_corrective_shape_key.py
index 567d8ffd..dc24639d 100644
--- a/animation_add_corrective_shape_key.py
+++ b/animation_add_corrective_shape_key.py
@@ -224,7 +224,7 @@ class object_duplicate_flatten_modifiers(bpy.types.Operator):
scene = context.scene
obj_act = context.active_object
- new_object = func_object_duplicate_flatten_modifiers(obj_act, scene)
+ new_object = func_object_duplicate_flatten_modifiers(scene, obj_act)
# setup the context
bpy.ops.object.select_all(action='DESELECT')