Blender  V3.3
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 
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
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:368