Blender Git Loki
Git Commits -> Revision fb762ee
Revision fb762ee by Alexander Gavrilov (blender-v2.93-release) December 7, 2021, 14:43 (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: fb762eedbe85515b6f61138f32e36eddaab24960
Parent Commit: ef381ff
Lines Changed: +22, -25
1 Modified Path:
/source/blender/editors/armature/pose_slide.c (+22, -25) (Diff)