Files
test/source/blender/blenkernel/intern
Joshua Leung 7461fead50 Fix T39035: Cycles F-Modifier truncates end/beginning frame values for repetition
When the keyframes at either end of the source curve don't lie on exact frame boundaries,
this casued problems with the Cycles F-Modifier, as part of the cycle would get chopped
off.

This was caused by float -> integer truncation that was occurring, since one variable
was of the wrong type. The problem here wasn't discovered until now (thanks to gcc's
invalid-type warnings on printf's) as in standard usage, we can safely assume that all
keyframes are strictly on frame boundaries.
2014-03-08 17:57:31 +13:00
..
2013-09-12 03:02:50 +00:00
2013-06-25 10:44:30 +00:00
2014-03-07 13:28:39 +11:00
2014-02-14 10:55:38 +11:00
2014-02-03 19:35:44 +11:00
2014-02-03 19:35:44 +11:00
2014-02-14 10:55:38 +11:00
2014-01-17 17:35:03 +11:00
2014-03-06 17:32:45 +06:00
2014-02-14 10:55:38 +11:00
2013-12-03 20:35:45 +01:00
2014-01-12 22:05:24 +11:00
2014-01-17 17:35:03 +11:00
2013-08-27 21:30:33 +00:00
2014-02-14 10:55:38 +11:00