Blender Git Loki
Git Commits -> Revision 72c3406
Revision 72c3406 by Sybren A. Stüvel (master) July 15, 2021, 14:12 (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: 72c34068cb44effc009a3adfa929a2c1bbdf802e
Parent Commit: f52e3aa
Lines Changed: +18, -0
1 Modified Path:
/source/blender/blenkernel/intern/action_mirror.c (+18, -0) (Diff)