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>2012-01-01 16:43:49 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-01-01 16:43:49 +0400
commit953a05606dffcd43fc34324247a4627a75173b17 (patch)
tree1f424e120beee4a3a6d78e57d67be78bf71e0b4f /rigify/rig_ui_template.py
parent6f2787a32081cbc3515808893dba709b0f79e2f4 (diff)
fix change for row/column, even though its only in a comment
Diffstat (limited to 'rigify/rig_ui_template.py')
-rw-r--r--rigify/rig_ui_template.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/rigify/rig_ui_template.py b/rigify/rig_ui_template.py
index c793dade..2f76d8a4 100644
--- a/rigify/rig_ui_template.py
+++ b/rigify/rig_ui_template.py
@@ -54,9 +54,7 @@ def get_pose_matrix_in_other_space(mat, pose_bone):
# Compensate for non-local location
#if not pose_bone.bone.use_local_location:
# loc = smat.to_translation() * (par_rest.inverted() * rest).to_quaternion()
- # smat[3][0] = loc[0]
- # smat[3][1] = loc[1]
- # smat[3][2] = loc[2]
+ # smat.translation = loc
return smat