Blender
V5.0
source
blender
depsgraph
intern
depsgraph_update.hh
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2013 Blender Authors
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
8
9
#pragma once
10
11
struct
DEGEditorUpdateContext
;
12
struct
ID
;
13
14
namespace
blender::deg
{
15
16
void
deg_editors_id_update
(
const
DEGEditorUpdateContext *update_ctx,
ID
*
id
);
17
18
void
deg_editors_scene_update
(
const
DEGEditorUpdateContext *update_ctx,
bool
updated);
19
20
}
// namespace blender::deg
ID
struct ID ID
blender::deg
Definition
DEG_depsgraph_light_linking.hh:14
blender::deg::deg_editors_id_update
void deg_editors_id_update(const DEGEditorUpdateContext *update_ctx, ID *id)
Definition
depsgraph_update.cc:20
blender::deg::deg_editors_scene_update
void deg_editors_scene_update(const DEGEditorUpdateContext *update_ctx, bool updated)
Definition
depsgraph_update.cc:27
DEGEditorUpdateContext
Definition
DEG_depsgraph.hh:212
ID
Definition
DNA_ID.h:414
Generated on
for Blender by
doxygen
1.16.1