Blender Git Loki
Git Commits -> Revision 6742659
Revision 6742659 by Joshua Leung (master) January 3, 2007, 05:13 (GMT) |
== 'Smarter' Keyframing Bugfixes == 'Smarter' keyframing tools ('needed' option for manual and auto keyframing) now work better than before, with more cases handled in an predictable manner. There are still a few cases it still doesn't handle well yet. Those will be fixed in the next few days. See comments in code for rules in place now. Also, I've changed the code to use the IS_EQ macro instead of my clumsy sqrt((a-b)*(a-b)) calculations. |
Commit Details:
Full Hash: 67426593127383a8c07ec84e5966a5344874ba13
SVN Revision: 9580
Parent Commit: 430f6d0
Lines Changed: +69, -55
1 Modified Path:
/source/blender/src/editipo.c (+69, -55) (Diff)