Blender  V3.3
deg_eval_runtime_backup_movieclip.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later
2  * Copyright 2019 Blender Foundation. All rights reserved. */
3 
8 #pragma once
9 
10 struct MovieClip;
11 struct MovieClipCache;
12 struct anim;
13 
14 namespace blender::deg {
15 
16 struct Depsgraph;
17 
18 /* Backup of movie clip runtime data. */
20  public:
22 
23  void reset();
24 
25  void init_from_movieclip(MovieClip *movieclip);
26  void restore_to_movieclip(MovieClip *movieclip);
27 
28  struct anim *anim;
30 };
31 
32 } // namespace blender::deg
struct Depsgraph Depsgraph
Definition: DEG_depsgraph.h:35
const Depsgraph * depsgraph
Definition: IMB_anim.h:71