|
Blender V5.0
|
#include "MEM_guardedalloc.h"#include "DNA_scene_types.h"#include "DNA_sequence_types.h"#include "BLI_listbase.h"#include "BKE_context.hh"#include "SEQ_proxy.hh"#include "SEQ_relations.hh"#include "SEQ_sequencer.hh"#include "WM_api.hh"#include "WM_types.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::seq |
Functions | |
| static void | blender::seq::proxy_freejob (void *pjv) |
| static void | blender::seq::proxy_startjob (void *pjv, wmJobWorkerStatus *worker_status) |
| static void | blender::seq::proxy_endjob (void *pjv) |
| ProxyJob * | blender::seq::ED_seq_proxy_job_get (const bContext *C, wmJob *wm_job) |
| wmJob * | blender::seq::ED_seq_proxy_wm_job_get (const bContext *C) |