Blender Git Loki
Git Commits -> Revision abab16f
Revision abab16f by Alexander Gavrilov (master) November 8, 2021, 15:44 (GMT) |
Fix T92043: Relax/Push Pose does nothing for quaternion rotation. As can be confirmed by checking generic code for this operation, it is supposed to blend between the result of Breakdown based on actual frame range, and the current pose. However for some reason the quaternion specific code was blending between the current pose and the current keyframed pose. This means that the operation does nothing if invoked without modifying the pose first. This rewrites the code to match the non-quaternion behavior. Differential Revision: https://developer.blender.org/D13030 |
Commit Details:
Full Hash: abab16f7c7fd4ef9abbb27ffbcdc67239df25b25
Parent Commit: 393ef4d
Lines Changed: +21, -24
1 Modified Path:
/source/blender/editors/armature/pose_slide.c (+21, -24) (Diff)