Blender V5.0
DEG_depsgraph_writeback_sync.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2024 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
5#pragma once
6
17
18#include <functional>
19
20struct Depsgraph;
21
23
29void add(Depsgraph &depsgraph, std::function<void()> fn);
30
31} // namespace blender::deg::sync_writeback
BPy_StructRNA * depsgraph
void add(Depsgraph &depsgraph, std::function< void()> fn)