fixes for automatic tests and some errors in last commit

This commit is contained in:
2009-12-05 20:45:51 +00:00
parent bca53f0906
commit 651336d5df
7 changed files with 57 additions and 28 deletions

View File

@@ -98,7 +98,7 @@ def main(obj, bone_definition, base_names):
# first make a new bone at the location of the finger
#control_ebone = arm.edit_bones.new(base_name)
control_ebone = copy_bone_simple(arm, base_name, base_name)
control_ebone = copy_bone_simple(arm, bone_definition[0], base_name)
control_bone_name = control_ebone.name # we dont know if we get the name requested
control_ebone.connected = orig_ebone.connected