Blender Git Commit Log
Git Commits -> Revision ddba16a
Revision ddba16a by Ton Roosendaal (master) November 21, 2005, 10:45 (GMT) |
Bugfix #3422 When using 'protection flags' for XYZ rotations, inserting keys in Poses resulted in wrong interpolations (doing -270 degrees instead of +90 for example). This caused by converting quaternion to euler and back... Solved it by correcting the quaternion in the end for the rotation sign of the original quaternion. NOTE: Pose animators should be aware that inserting rotations keys of 180 degrees or larger will still make the key rotate along the shortest path. |
Commit Details:
Full Hash: ddba16a752a40b609dbd581e592bd3304174dfbc
SVN Revision: 5860
Parent Commit: 93338b8
Lines Changed: +6, -1
1 Modified Path:
/source/blender/src/transform.c (+6, -1) (Diff)