Blender Git Loki
Git Commits -> Revision 7537068
Revision 7537068 by Sybren A. Stüvel (master) May 1, 2020, 13:38 (GMT) |
Cleanup: Animation, split FCurve extrapolation into separate functions The `fcurve_eval_keyframes` consists of three parts: - Before the first keyframe - After the last keyframe - Between the keyframes This commit splits the first two parts into separate functions. This is the first of a series of refactors, which will be committed into smaller parts so that each is easier to follow & validate. No functional changes. |
Commit Details:
Full Hash: 75370684fa89103c097487d5cda8390ffb6cbc8e
Parent Commit: b523911
Lines Changed: +110, -78
1 Modified Path:
/source/blender/blenkernel/intern/fcurve.c (+110, -78) (Diff)