From 738bc300c7596b649a8974428b2569f2ca6483eb Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 10 Nov 2015 20:25:05 +1100 Subject: Fix T46738: Crash adding hook to linked mesh dupli --- source/blender/editors/mesh/editmesh_utils.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/blender/editors/mesh/editmesh_utils.c') diff --git a/source/blender/editors/mesh/editmesh_utils.c b/source/blender/editors/mesh/editmesh_utils.c index f102cf2b259..148398fca5c 100644 --- a/source/blender/editors/mesh/editmesh_utils.c +++ b/source/blender/editors/mesh/editmesh_utils.c @@ -380,6 +380,10 @@ void EDBM_mesh_make(ToolSettings *ts, Object *ob) EDBM_selectmode_flush(me->edit_btmesh); } +/** + * \warning This can invalidate the #DerivedMesh cache of other objects (for linked duplicates). + * Most callers should run #DAG_id_tag_update on \a ob, see: T46738. + */ void EDBM_mesh_load(Object *ob) { Mesh *me = ob->data; -- cgit v1.2.3