Blender V4.5
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
8
9#pragma once
10
11#include "DNA_listBase.h"
12
13struct Strip;
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_strip(Strip *strip);
27 void restore_to_strip(Strip *strip);
28
29 bool isEmpty() const;
30
33};
34
35} // namespace blender::deg
These structs are the foundation for all linked lists in the library system.
BPy_StructRNA * depsgraph