Blender Git Loki
Git Commits -> Revision edb3b7a
Revision edb3b7a by Sebastian Parborg (master) July 30, 2019, 10:25 (GMT) |
Fix T67274: Graph Editor Normalization broken by Keyframe that uses Easing or Dynamic interpolation We didn't include and of the newer interpolation types in the normalization function. Besides taking into account these newer types, we now also only evaluate the curves when needed. If the values between the control points won't exceed the control point values, we only use the start/end values for our normalization Reviewed By: Brecht Differential Revision: https://developer.blender.org/D5365 |
Commit Details:
Full Hash: edb3b7a323a1808da9e9ab7c8b268cafc1671207
Parent Commit: 5662a59
Lines Changed: +9, -34
1 Modified Path:
/source/blender/editors/animation/anim_draw.c (+9, -34) (Diff)