Blender V4.3
deg_eval_runtime_backup_movieclip.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2019 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
9#pragma once
10
11struct MovieClip;
12struct MovieClipCache;
13struct ImBufAnim;
14
15namespace blender::deg {
16
17struct Depsgraph;
18
19/* Backup of movie clip runtime data. */
21 public:
23
24 void reset();
25
26 void init_from_movieclip(MovieClip *movieclip);
27 void restore_to_movieclip(MovieClip *movieclip);
28
29 struct ImBufAnim *anim;
31};
32
33} // namespace blender::deg
const Depsgraph * depsgraph