Another Blender 2.8 compatibility fix

This commit is contained in:
2019-06-04 12:28:52 +02:00
parent c457767edf
commit cf810de41b
2 changed files with 2 additions and 1 deletions

View File

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