Eh... stupid me. Left a duplicate main function in the rig type.

(Tail between legs, walks away shamefully.)
This commit is contained in:
2010-02-03 15:44:19 +00:00
parent 11ce6eb4d4
commit fb728addd2

View File

@@ -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,)