Skip to content
Snippets Groups Projects
Commit 953a0560 authored by Campbell Barton's avatar Campbell Barton
Browse files

fix change for row/column, even though its only in a comment

parent 6f2787a3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment