VSE: Draw f-curves for opacity and volume values on the strips

Feature can be enabled or disabled in timeline view menu item "Show F-Curves".

Author a.monti

Reviewed By: ISS

Differential Revision: https://developer.blender.org/D7205
This commit is contained in:
Richard Antalik
2020-04-06 00:38:48 +02:00
parent 0e7599bc15
commit d0d20de183
7 changed files with 117 additions and 3 deletions

View File

@@ -309,6 +309,7 @@ class SEQUENCER_MT_view(Menu):
layout.prop(st, "show_seconds")
layout.prop(st, "show_locked_time")
layout.prop(st, "show_strip_offset")
layout.prop(st, "show_fcurves")
layout.separator()
layout.prop(st, "show_markers")