Blender Git Loki
Git Commits -> Revision ac44124
Revision ac44124 by Sybren A. Stüvel (asset-browser-poselib) July 13, 2021, 13:09 (GMT) |
Fix T88281: Pose Library 'flip pose' sometimes flips wrong Correct cases where the X-axis of the bone (in pose space) aligns with the pose-space Y or Z-axis. In these cases the decomposition of the matrix fails, and a negative scale of the X-axis turns into a 180� rotation around the Y-axis. An extra -1 scale to the X and Z axes of the resulting matrix seems to fix things. |
Commit Details:
Full Hash: ac441249b4c083e97b08ef7bf34790f780de80ef
Parent Commit: ffaf8a2
Lines Changed: +18, -0
1 Modified Path:
/source/blender/blenkernel/intern/action_mirror.c (+18, -0) (Diff)