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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Vegdahl <cessen@cessen.com>2010-02-03 18:44:19 +0300
committerNathan Vegdahl <cessen@cessen.com>2010-02-03 18:44:19 +0300
commitfb728addd2c0b7f89f8fb9d593cf1f1af8caf218 (patch)
treea3bf51f6c9487000c8a7fd8314c9cc808106a114 /release
parent11ce6eb4d46ac99adab073047d041b8bf104967b (diff)
Eh... stupid me. Left a duplicate main function in the rig type.
(Tail between legs, walks away shamefully.)
Diffstat (limited to 'release')
-rw-r--r--release/scripts/modules/rigify/shape_key_transforms.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/release/scripts/modules/rigify/shape_key_transforms.py b/release/scripts/modules/rigify/shape_key_transforms.py
index 8e81776bf0c..936d0f1a818 100644
--- a/release/scripts/modules/rigify/shape_key_transforms.py
+++ b/release/scripts/modules/rigify/shape_key_transforms.py
@@ -254,10 +254,3 @@ def create_shape_and_driver(obj, bone, meshes, shape_name, var_name, var_path, f
var_fac.targets[0].id = obj
var_fac.targets[0].data_path = 'pose.bones["' + bone + '"]["' + fac_name + '"]'
-
-def main(obj, bone_definition, base_names, options):
- control(obj, bone_definition, base_names, options)
-
-
- return (None,)
-