rna remaining that negates values

This commit is contained in:
2010-08-20 02:08:43 +00:00
parent bea1c4fb13
commit 097a6ca926
9 changed files with 57 additions and 57 deletions

View File

@@ -211,9 +211,9 @@ def ik(obj, bone_definition, base_names, options):
ik_chain.update()
# Set IK dof
ik_chain.shin_p.ik_dof_x = True
ik_chain.shin_p.ik_dof_y = False
ik_chain.shin_p.ik_dof_z = False
ik_chain.shin_p.lock_ik_x = False
ik_chain.shin_p.lock_ik_y = True
ik_chain.shin_p.lock_ik_z = True
# Set rotation modes and axis locks
ik.foot_roll_p.rotation_mode = 'XYZ'