Fix T62064: Linked object made by Make Links isn't showed in the scene you linked to.

Usual missing DEG relations rebuild tagging...
This commit is contained in:
Bastien Montagne 2019-03-03 21:14:19 +01:00
parent 31ad063ba4
commit 419ee7bdc6
Notes: blender-bot 2023-11-20 12:14:32 +01:00
Referenced by issue #62064, Linked object made by Make Links isn't showed in the scene you linked to
1 changed files with 2 additions and 0 deletions

View File

@ -1314,6 +1314,8 @@ static int make_links_scene_exec(bContext *C, wmOperator *op)
}
CTX_DATA_END;
DEG_relations_tag_update(bmain);
/* redraw the 3D view because the object center points are colored differently */
WM_event_add_notifier(C, NC_OBJECT | ND_DRAW, NULL);