Blender V4.3
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
12struct ID;
13
14namespace blender::deg {
15
16void deg_editors_id_update(const DEGEditorUpdateContext *update_ctx, ID *id);
17
18void deg_editors_scene_update(const DEGEditorUpdateContext *update_ctx, bool updated);
19
20} // namespace blender::deg
void deg_editors_id_update(const DEGEditorUpdateContext *update_ctx, ID *id)
void deg_editors_scene_update(const DEGEditorUpdateContext *update_ctx, bool updated)
Definition DNA_ID.h:413