Blender
V3.3
source
blender
depsgraph
intern
depsgraph_update.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: GPL-2.0-or-later
2
* Copyright 2013 Blender Foundation. All rights reserved. */
3
8
#pragma once
9
10
struct
DEGEditorUpdateContext
;
11
struct
ID
;
12
13
namespace
blender::deg
{
14
15
void
deg_editors_id_update
(
const
DEGEditorUpdateContext
*update_ctx,
struct
ID
*
id
);
16
17
void
deg_editors_scene_update
(
const
DEGEditorUpdateContext
*update_ctx,
bool
updated);
18
19
}
// namespace blender::deg
blender::deg
Definition:
deg_builder.cc:40
blender::deg::deg_editors_id_update
void deg_editors_id_update(const DEGEditorUpdateContext *update_ctx, ID *id)
Definition:
depsgraph_update.cc:21
blender::deg::deg_editors_scene_update
void deg_editors_scene_update(const DEGEditorUpdateContext *update_ctx, bool updated)
Definition:
depsgraph_update.cc:28
DEGEditorUpdateContext
Definition:
DEG_depsgraph.h:199
ID
Definition:
DNA_ID.h:368
Generated on Sat Jul 27 2024 14:57:55 for Blender by
doxygen
1.9.1