From 953a05606dffcd43fc34324247a4627a75173b17 Mon Sep 17 00:00:00 2001 From: Campbell Barton <ideasman42@gmail.com> Date: Sun, 1 Jan 2012 12:43:49 +0000 Subject: [PATCH] fix change for row/column, even though its only in a comment --- rigify/rig_ui_template.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/rigify/rig_ui_template.py b/rigify/rig_ui_template.py index c793dadee..2f76d8a4c 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 -- GitLab