Blender
V5.0
source
blender
depsgraph
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
20
struct
Depsgraph;
21
22
namespace
blender::deg::sync_writeback
{
23
29
void
add
(
Depsgraph
&
depsgraph
, std::function<
void
()>
fn
);
30
31
}
// namespace blender::deg::sync_writeback
depsgraph
BPy_StructRNA * depsgraph
Definition
bpy_driver.cc:173
blender::deg::sync_writeback
Definition
DEG_depsgraph_writeback_sync.hh:22
blender::deg::sync_writeback::add
void add(Depsgraph &depsgraph, std::function< void()> fn)
blender::fn
Definition
BKE_attribute.hh:27
blender::deg::Depsgraph
Definition
depsgraph.hh:48
Generated on
for Blender by
doxygen
1.16.1