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