Blender Git Loki
Git Commits -> Revision 7766ba2
Revision 7766ba2 by Sybren A. Stüvel (temp-sybren-anim-cleanup) February 7, 2020, 16:51 (GMT) |
Cleanup: Animation, split fcurve_eval_keyframes() into separate functions There are three main parts of the `fcurve_eval_keyframes()` function: - before or on the first keyframe - after or on the last keyframe - between those points These are now separated into separate functions. Apart from moving the code, there are minimal code/cleanup changes. More cleanups to follow. No functional changes. |
Commit Details:
Full Hash: 7766ba2189c160686355a3eac2961f0f5253781f
Parent Commit: 559816a
Lines Changed: +401, -379
1 Modified Path:
/source/blender/blenkernel/intern/fcurve.c (+401, -379) (Diff)