[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [1114] trunk/py/scripts/addons/ space_view3d_copy_attributes.py: update for changed api

Campbell Barton ideasman42 at gmail.com
Sun Oct 24 05:47:21 CEST 2010


Revision: 1114
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-extensions&revision=1114
Author:   campbellbarton
Date:     2010-10-24 05:47:19 +0200 (Sun, 24 Oct 2010)

Log Message:
-----------
update for changed api

Modified Paths:
--------------
    trunk/py/scripts/addons/space_view3d_copy_attributes.py

Modified: trunk/py/scripts/addons/space_view3d_copy_attributes.py
===================================================================
--- trunk/py/scripts/addons/space_view3d_copy_attributes.py	2010-10-23 21:36:01 UTC (rev 1113)
+++ trunk/py/scripts/addons/space_view3d_copy_attributes.py	2010-10-24 03:47:19 UTC (rev 1114)
@@ -159,7 +159,7 @@
 
 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):




More information about the Bf-extensions-cvs mailing list