|
Blender V5.0
|
#include "DNA_scene_types.h"#include "BLI_listbase.h"#include "BKE_context.hh"#include "BKE_global.hh"#include "BKE_report.hh"#include "BLT_translation.hh"#include "SEQ_proxy.hh"#include "SEQ_relations.hh"#include "SEQ_sequencer.hh"#include "WM_api.hh"#include "WM_types.hh"#include "RNA_define.hh"#include "ED_screen.hh"#include "sequencer_intern.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::ed |
| namespace | blender::ed::vse |
Functions | |
Rebuild Proxy and Timecode Indices Operator | |
| static void | blender::ed::vse::seq_proxy_build_job (const bContext *C, ReportList *reports) |
| static wmOperatorStatus | blender::ed::vse::sequencer_rebuild_proxy_invoke (bContext *C, wmOperator *op, const wmEvent *) |
| static wmOperatorStatus | blender::ed::vse::sequencer_rebuild_proxy_exec (bContext *C, wmOperator *) |
| void | blender::ed::vse::SEQUENCER_OT_rebuild_proxy (wmOperatorType *ot) |
Set Selected Strip Proxies Operator | |
| static wmOperatorStatus | blender::ed::vse::sequencer_enable_proxies_invoke (bContext *C, wmOperator *op, const wmEvent *) |
| static wmOperatorStatus | blender::ed::vse::sequencer_enable_proxies_exec (bContext *C, wmOperator *op) |
| void | blender::ed::vse::SEQUENCER_OT_enable_proxies (wmOperatorType *ot) |