Files
test/source/blender/blenkernel
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-18 00:07:17 +00:00
2013-12-26 21:33:58 +01:00
2014-02-07 09:39:22 +11:00
2013-03-26 07:29:01 +00:00
2013-03-26 07:29:01 +00:00
2014-01-17 17:35:03 +11:00