Blender  V3.3
deg_eval_runtime_backup_sequence.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 #include "BLI_listbase.h"
11 
12 struct Sequence;
13 
14 namespace blender::deg {
15 
16 struct Depsgraph;
17 
18 /* Backup of a single strip. */
20  public:
22 
23  void reset();
24 
25  void init_from_sequence(Sequence *sequence);
26  void restore_to_sequence(Sequence *sequence);
27 
28  bool isEmpty() const;
29 
30  void *scene_sound;
32 };
33 
34 } // namespace blender::deg
struct Depsgraph Depsgraph
Definition: DEG_depsgraph.h:35
const Depsgraph * depsgraph