Blender  V3.3
deg_eval_runtime_backup_sequencer.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 "DNA_session_uuid_types.h"
11 
12 #include "BLI_session_uuid.h"
13 
14 #include "intern/depsgraph_type.h"
16 
17 struct Scene;
18 
19 namespace blender::deg {
20 
21 struct Depsgraph;
22 
23 /* Backup of sequencer strips runtime data. */
25  public:
27 
30 
32 
34 };
35 
36 } // namespace blender::deg
struct Depsgraph Depsgraph
Definition: DEG_depsgraph.h:35
Map< SessionUUID, SequenceBackup > sequences_backup
Scene scene