[Bf-blender-cvs] [d4ddba4b594] active-fcurve-keyframe: Fix T76595: No Indication of Active Keyframe in Graph Editor

Hans Goudey noreply at git.blender.org
Thu Jul 16 20:16:20 CEST 2020


Commit: d4ddba4b59431e1f4e6fbab4dfcfa8bc983f9496
Author: Hans Goudey
Date:   Thu May 14 16:47:01 2020 -0400
Branches: active-fcurve-keyframe
https://developer.blender.org/rBd4ddba4b59431e1f4e6fbab4dfcfa8bc983f9496

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

===================================================================



===================================================================





More information about the Bf-blender-cvs mailing list