Blender
V4.3
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
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
blender::deg
Definition
DEG_depsgraph_light_linking.hh:18
blender::deg::deg_editors_id_update
void deg_editors_id_update(const DEGEditorUpdateContext *update_ctx, ID *id)
Definition
depsgraph_update.cc:22
blender::deg::deg_editors_scene_update
void deg_editors_scene_update(const DEGEditorUpdateContext *update_ctx, bool updated)
Definition
depsgraph_update.cc:29
DEGEditorUpdateContext
Definition
DEG_depsgraph.hh:212
ID
Definition
DNA_ID.h:413
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0