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:
authorBassam Kurdali <bkurdali@freefactory.org>2010-11-21 20:25:41 +0300
committerBassam Kurdali <bkurdali@freefactory.org>2010-11-21 20:25:41 +0300
commit75963e4c2c896d35c8907f5e36f1edc79b213678 (patch)
treed3595d45ca7d0e9fc10efb985077672450fba7ef /space_view3d_copy_attributes.py
parent69d0946a963381dee0dd7b10b2641d48b45924dd (diff)
updated to trunk api change matrix_local -> matrix basis (for pose bones)
Diffstat (limited to 'space_view3d_copy_attributes.py')
-rw-r--r--space_view3d_copy_attributes.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/space_view3d_copy_attributes.py b/space_view3d_copy_attributes.py
index 89e6f862..ece2b482 100644
--- a/space_view3d_copy_attributes.py
+++ b/space_view3d_copy_attributes.py
@@ -21,9 +21,9 @@
bl_addon_info = {
'name': 'Copy Attributes Menu',
'author': 'Bassam Kurdali, Fabian Fricke, wiseman303',
- 'version': (0, 40),
- 'blender': (2, 5, 4),
- 'api': 32411,
+ 'version': (0, 41),
+ 'blender': (2, 5, 5),
+ 'api': 33215,
'location': 'View3D > Ctrl/C',
'description': 'Copy Attributes Menu from Blender 2.4',
'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/'\
@@ -146,7 +146,7 @@ def pLocLocExec(bone, active, context):
def pLocRotExec(bone, active, context):
- rotcopy(bone, active.matrix_local.rotation_part())
+ rotcopy(bone, active.matrix_basis.rotation_part())
def pLocScaExec(bone, active, context):