Page Menu
Home
Search
Configure Global Search
Log In
Paste
P1269
T74041_snippet
Active
Public
Actions
Authored by
Philipp Oeser (lichtwerk)
on Feb 21 2020, 11:58 AM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Tags
None
Subscribers
None
diff --git a/source/blender/editors/space_sequencer/sequencer_buttons.c b/source/blender/editors/space_sequencer/sequencer_buttons.c
index 7bec913900d..8cb9e44eb6d 100644
--- a/source/blender/editors/space_sequencer/sequencer_buttons.c
+++ b/source/blender/editors/space_sequencer/sequencer_buttons.c
@@ -113,6 +113,7 @@ void sequencer_buttons_register(ARegionType *art)
pt = MEM_callocN(sizeof(PanelType), "spacetype sequencer panel metadata");
strcpy(pt->idname, "SEQUENCER_PT_metadata");
strcpy(pt->label, N_("Metadata"));
+ strcpy(pt->category, "Metadata");
strcpy(pt->translation_context, BLT_I18NCONTEXT_DEFAULT_BPYRNA);
pt->poll = metadata_panel_context_poll;
pt->draw = metadata_panel_context_draw;
Event Timeline
Philipp Oeser (lichtwerk)
created this paste.
Feb 21 2020, 11:58 AM
Philipp Oeser (lichtwerk)
mentioned this in
T74041: UI: Metadata Panel is added to every Sidebar Tab
.
Feb 21 2020, 12:08 PM
Log In to Comment