From 6e10ad5ea825783ff044973849358d8ef0759ec3 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 3 Dec 2015 10:44:27 +1100 Subject: Fix T46913: Crash adding hook to linked mesh dupli Follow up to T46738, we need to tag the object data for recalculation. --- source/blender/editors/mesh/editmesh_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 148398fca5c..4a9be4978b1 100644 --- a/source/blender/editors/mesh/editmesh_utils.c +++ b/source/blender/editors/mesh/editmesh_utils.c @@ -382,7 +382,7 @@ void EDBM_mesh_make(ToolSettings *ts, Object *ob) /** * \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. + * Most callers should run #DAG_id_tag_update on \a ob->data, see: T46738, T46913 */ void EDBM_mesh_load(Object *ob) { -- cgit v1.2.3