Fixed a logic error that would incorrectly always conjugate the rotation of the root bone
This commit is contained in:
@@ -91,7 +91,7 @@ def _get_pose_bone_location_and_rotation(
|
|||||||
else:
|
else:
|
||||||
is_child_bone = pose_bone.parent is not None
|
is_child_bone = pose_bone.parent is not None
|
||||||
|
|
||||||
if is_child_bone is not None:
|
if is_child_bone:
|
||||||
rotation.conjugate()
|
rotation.conjugate()
|
||||||
|
|
||||||
return location, rotation
|
return location, rotation
|
||||||
|
|||||||
Reference in New Issue
Block a user