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:
authorCampbell Barton <ideasman42@gmail.com>2010-10-24 07:47:19 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-10-24 07:47:19 +0400
commit7919463241db3cbb912b1c262946913106ecef47 (patch)
tree35b683e28733308b78590feebe036d37884f0fea /space_view3d_copy_attributes.py
parent8389a3d3e4f075060a57cf7eb459e56ec8f6abbb (diff)
update for changed api
Diffstat (limited to 'space_view3d_copy_attributes.py')
-rw-r--r--space_view3d_copy_attributes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/space_view3d_copy_attributes.py b/space_view3d_copy_attributes.py
index 2c3947ba..7f9a0184 100644
--- a/space_view3d_copy_attributes.py
+++ b/space_view3d_copy_attributes.py
@@ -159,7 +159,7 @@ def pVisLocExec(bone, active, context):
def pVisRotExec(bone, active, context):
rotcopy(bone, getmat(bone, active,
- context, not context.active_object.data.bones[bone.name].use_hinge))
+ context, not context.active_object.data.bones[bone.name].use_inherit_rotate))
def pVisScaExec(bone, active, context):