Blender  V3.3
depsgraph_registry.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 "intern/depsgraph_type.h"
11 
12 struct Main;
13 
14 namespace blender::deg {
15 
16 struct Depsgraph;
17 
20 Span<Depsgraph *> get_all_registered_graphs(Main *bmain);
21 
22 } // namespace blender::deg
struct Depsgraph Depsgraph
Definition: DEG_depsgraph.h:35
const Depsgraph * depsgraph
Span< Depsgraph * > get_all_registered_graphs(Main *bmain)
void unregister_graph(Depsgraph *depsgraph)
void register_graph(Depsgraph *depsgraph)
Definition: BKE_main.h:121