diff --git a/source/blender/editors/object/object_hook.cc b/source/blender/editors/object/object_hook.cc index 686f7af9c3e..86b1836cb0f 100644 --- a/source/blender/editors/object/object_hook.cc +++ b/source/blender/editors/object/object_hook.cc @@ -603,6 +603,7 @@ static int add_hook_object(const bContext *C, /* apparently this call goes from right to left... */ mul_m4_series(hmd->parentinv, pose_mat, object_eval->world_to_object, obedit->object_to_world); + DEG_id_tag_update(&obedit->id, ID_RECALC_GEOMETRY); DEG_relations_tag_update(bmain); return true;