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:
@@ -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'
|
||||
|
||||
|
Reference in New Issue
Block a user