Blender Git Commit Log
Git Commits -> Revision 48d2aac
Revision 48d2aac by Janne Karhu (master) October 8, 2010, 13:08 (GMT) |
Fix for [#24092] F-Curve Cycle doesn't behave properly at end of Cycles (also: possible problem with how the cycle range is determined) * Cycle code had difficulties handling the transitions from one cycle iteration to the next one. * Now the transition frames are handled manually so that: - cycles before the actual fcurve data respect the first datapoint - cycles after the fcurve data respect the last datapoint * Also fixes a bug where the count of "before" cycles was off by one from the given value. |
Commit Details:
Full Hash: 48d2aac250624664cd1db77470af0fc45526f3c9
SVN Revision: 32380
Parent Commit: 7006309
Lines Changed: +26, -14
1 Modified Path:
/source/blender/blenkernel/intern/fmodifier.c (+26, -14) (Diff)