diff --git a/CHANGELOG.md b/CHANGELOG.md index 96efc62..193e93c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - Flamenco: Support for Flamenco Manager settings versioning + for settings version 2. When using Blender Cloud Add-on 1.12 or older, Flamenco Server will automatically convert the Manager settings to version 1. +- More Blender 2.80 compatibility fixes ## Version 1.12 (2019-03-25) diff --git a/blender_cloud/attract/__init__.py b/blender_cloud/attract/__init__.py index 959e0ff..695933b 100644 --- a/blender_cloud/attract/__init__.py +++ b/blender_cloud/attract/__init__.py @@ -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'}