UI: Add Meta strip icon to Sequencer sidebar

Patch by Peter Fog (tintwotin).

Differential Revision: https://developer.blender.org/D5567

Reviewers: Brecht Van Lommel (brecht), William Reynish (billreynish)
This commit is contained in:
William Reynish 2019-08-24 12:25:51 +02:00
parent b7f786c0b1
commit d9d1c68809
1 changed files with 2 additions and 0 deletions

View File

@ -867,6 +867,8 @@ class SEQUENCER_PT_strip(SequencerButtonsPanel, Panel):
icon_header = 'FONT_DATA'
elif strip_type == 'ADJUSTMENT':
icon_header = 'COLOR'
elif strip_type == 'META':
icon_header = 'SEQ_STRIP_META'
else:
icon_header = 'SEQ_SEQUENCER'