May 19, 2020, 14:29 (GMT) |
Merge branch 'master' into active-fcurve-keyframe |
May 18, 2020, 16:53 (GMT) |
Draw active keyframe differently in dopesheet |
May 18, 2020, 16:52 (GMT) |
Move active graph vertex drawing to separate functions |
May 18, 2020, 16:36 (GMT) |
Change set active logic |
May 18, 2020, 13:27 (GMT) |
Merge branch 'master' into active-fcurve-keyframe |
May 14, 2020, 21:08 (GMT) |
Remove unintentional change |
May 14, 2020, 21:06 (GMT) |
Fix T76595: No Indication of Active Keyframe in Graph Editor Currently there is a panel that says "Active Keyframe" for numerically editing one keyframe's values, but in the code there is no concept of the "active keyframe." This patch adds an "active keyframe index" to each FCurve, and displays it with a theme color for the active vertex (which didn't exist before) if the FCurve is active. {F8536092} The active keyframe is not currently set for select operations other than basic click-select, which mirrors the behavior in the 3D view. Differential Revision: https://developer.blender.org/D7737 |
May 14, 2020, 20:42 (GMT) |
Add active keyframe to FCurve, draw and mark with clickselect |
May 14, 2020, 20:40 (GMT) |
Add active vertex theme color for graph editor |
|