Another Blender 2.8 compatibility fix
This commit is contained in:
parent
c457767edf
commit
cf810de41b
@ -6,6 +6,7 @@
|
|||||||
- Flamenco: Support for Flamenco Manager settings versioning + for settings version 2.
|
- 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
|
When using Blender Cloud Add-on 1.12 or older, Flamenco Server will automatically convert the
|
||||||
Manager settings to version 1.
|
Manager settings to version 1.
|
||||||
|
- More Blender 2.80 compatibility fixes
|
||||||
|
|
||||||
|
|
||||||
## Version 1.12 (2019-03-25)
|
## Version 1.12 (2019-03-25)
|
||||||
|
@ -949,7 +949,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_data"
|
bl_parent_id = "SEQUENCER_PT_info"
|
||||||
bl_category = "Strip"
|
bl_category = "Strip"
|
||||||
bl_options = {'DEFAULT_CLOSED'}
|
bl_options = {'DEFAULT_CLOSED'}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user