Blender V4.3
depsgraph_registry.hh
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
12
13struct Main;
14
15namespace blender::deg {
16
17struct Depsgraph;
18
19void register_graph(Depsgraph *depsgraph);
20void unregister_graph(Depsgraph *depsgraph);
21Span<Depsgraph *> get_all_registered_graphs(Main *bmain);
22
23} // namespace blender::deg
const Depsgraph * depsgraph
Span< Depsgraph * > get_all_registered_graphs(Main *bmain)
void unregister_graph(Depsgraph *depsgraph)
void register_graph(Depsgraph *depsgraph)