Blender  V3.3
Functions
sequencer_buttons.c File Reference
#include <stdio.h>
#include <string.h>
#include "MEM_guardedalloc.h"
#include "BLI_listbase.h"
#include "BLI_utildefines.h"
#include "BLT_translation.h"
#include "BKE_context.h"
#include "BKE_global.h"
#include "BKE_screen.h"
#include "ED_screen.h"
#include "ED_sequencer.h"
#include "IMB_imbuf.h"
#include "IMB_imbuf_types.h"
#include "sequencer_intern.h"

Go to the source code of this file.

Functions

static bool metadata_panel_context_poll (const bContext *C, PanelType *UNUSED(pt))
 
static void metadata_panel_context_draw (const bContext *C, Panel *panel)
 
void sequencer_buttons_register (ARegionType *art)
 

Function Documentation

◆ metadata_panel_context_draw()

static void metadata_panel_context_draw ( const bContext C,
Panel panel 
)
static

◆ metadata_panel_context_poll()

static bool metadata_panel_context_poll ( const bContext C,
PanelType UNUSEDpt 
)
static

◆ sequencer_buttons_register()

void sequencer_buttons_register ( ARegionType art)