Blender Git Commit Log
Git Commits -> Revision 4f20a62
Revision 4f20a62 by Joshua Leung (animsys2) November 21, 2008, 01:54 (GMT) |
AnimSys2: Two Bugfixes for IPO Editor * Fixed the long-standing problem where a selected Beztriple's handles would not be able to be scaled when if one of the handles wasn't moved first. The cause of this was that auto-handles will keep handles clamped in place. To solve this, I've added a special hack, which will result in auto-handles being converted to aligned handles whe rotating/scaling BezTriples that have all its points selected. This should behave more in line with expected behaviour. * Setting per-segment interpolation in curve EditMode was broken. Was a misplaced check that I forgot to move. |
Commit Details:
Full Hash: 4f20a624c01c67d57874e935c9089bd46b62044b
SVN Revision: 17524
Parent Commit: 7971831
Lines Changed: +22, -6