|
Blender
V3.3
|
#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) |
Definition at line 51 of file sequencer_buttons.c.
References C, RenderData::cfra, CTX_data_expect_evaluated_depsgraph(), CTX_data_main(), CTX_data_scene(), CTX_wm_region(), CTX_wm_space_seq(), depsgraph, Scene::ed, ED_region_image_metadata_panel_draw(), G, IMB_freeImBuf(), Panel::layout, SpaceSeq::mainb, NULL, Editing::overlay_frame_flag, SpaceSeq::overlay_frame_type, Scene::r, scene, SEQ_DRAW_IMG_IMBUF, SEQ_EDIT_OVERLAY_FRAME_SHOW, SEQ_OVERLAY_FRAME_TYPE_REFERENCE, and sequencer_ibuf_get().
Referenced by sequencer_buttons_register().
Definition at line 42 of file sequencer_buttons.c.
References C, CTX_wm_space_seq(), ED_space_sequencer_check_show_imbuf(), and NULL.
Referenced by sequencer_buttons_register().
| void sequencer_buttons_register | ( | ARegionType * | art | ) |
Definition at line 81 of file sequencer_buttons.c.
References BLI_addtail(), BLT_I18NCONTEXT_DEFAULT_BPYRNA, PanelType::category, PanelType::draw, PanelType::draw_header, PanelType::idname, PanelType::label, MEM_callocN, metadata_panel_context_draw(), metadata_panel_context_poll(), N_, PanelType::order, ARegionType::paneltypes, PanelType::poll, and PanelType::translation_context.
Referenced by ED_spacetype_sequencer().