Blender Git Loki
Git Commits -> Revision 22fa831
Revision 22fa831 by Lukas Toenne (master) July 6, 2014, 11:10 (GMT) |
Fix T40548: After canceling, F-Curve handlers don't go back to original position. Handle vectors for the initial location were only stored when the handles are actually selected for transform. When only the master vertex is moved this can still affect the handles though, since they are constraint to one side of the master vertex. Now the handle data is stored regardless of whether handles are included in the transform, so on cancel their location is reset correctly as well. |
Commit Details:
Full Hash: 22fa83173b326ef1344ceec6623a5562d8b851f1
Parent Commit: e929dc2
Lines Changed: +36, -36