Attract fix for Blender 2.80 panel change

Commit 1e7c3a159fd2ca42fd5688be067008ef0d2c03df removed the 'Info' panel
(which is good), so we have to attach the metadata subpanel somewhere else.
This commit is contained in:
Sybren A. Stüvel 2019-06-21 14:29:49 +02:00
parent 1dea802932
commit 2142e9e7fc

View File

@ -948,7 +948,7 @@ class ATTRACT_OT_project_open_in_browser(Operator):
class ATTRACT_PT_strip_metadata(bl_ui.space_sequencer.SequencerButtonsPanel, Panel): class ATTRACT_PT_strip_metadata(bl_ui.space_sequencer.SequencerButtonsPanel, Panel):
bl_label = "Metadata" bl_label = "Metadata"
bl_parent_id = "SEQUENCER_PT_info" bl_parent_id = "SEQUENCER_PT_source"
bl_category = "Strip" bl_category = "Strip"
bl_options = {'DEFAULT_CLOSED'} bl_options = {'DEFAULT_CLOSED'}