Blender V4.3
proxy.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2004 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
5#pragma once
6
11struct ImBuf;
12struct SeqRenderData;
13struct Sequence;
14struct anim;
15
16#define PROXY_MAXFILE (2 * FILE_MAXDIR + FILE_MAXFILE)
17ImBuf *seq_proxy_fetch(const SeqRenderData *context, Sequence *seq, int timeline_frame);
18bool seq_proxy_get_custom_file_filepath(Sequence *seq, char *filepath, int view_id);
19void free_proxy_seq(Sequence *seq);
20void seq_proxy_index_dir_set(ImBufAnim *anim, const char *base_dir);
void free_proxy_seq(Sequence *seq)
Definition proxy.cc:614
void seq_proxy_index_dir_set(ImBufAnim *anim, const char *base_dir)
Definition proxy.cc:604
bool seq_proxy_get_custom_file_filepath(Sequence *seq, char *filepath, int view_id)
Definition proxy.cc:95
ImBuf * seq_proxy_fetch(const SeqRenderData *context, Sequence *seq, int timeline_frame)
Definition proxy.cc:197