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:
authorBrendon Murphy <meta.androcto1@gmail.com>2012-05-04 18:25:00 +0400
committerBrendon Murphy <meta.androcto1@gmail.com>2012-05-04 18:25:00 +0400
commit22e7fcf6233d054a8a4b79bfe34d4a940b3f3e43 (patch)
tree5902ef6b640755bc7f2269b4db568ca2ebbacdc8 /animation_add_corrective_shape_key.py
parent96355d45455f1b8ae29a8d3f2cc719084e8c4aef (diff)
fix thanks to Jonas H
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')