From 5a4d698516b53b5dc8dd92dece70d1e8b2d25381 Mon Sep 17 00:00:00 2001
From: Campbell Barton <ideasman42@gmail.com>
Date: Sun, 24 Oct 2010 08:06:46 +0000
Subject: [PATCH] update for rna change

---
 space_view3d_copy_attributes.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/space_view3d_copy_attributes.py b/space_view3d_copy_attributes.py
index 7f9a01840..b2be0ee7d 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_inherit_rotate))
+      context, not context.active_object.data.bones[bone.name].use_inherit_rotation))
 
 
 def pVisScaExec(bone, active, context):
-- 
GitLab