Fix #111165: Regression: Blender Crashes On Scene Switch #111214

Merged
Sergey Sharybin merged 1 commits from Sergey/blender:fix_111165 into main 2023-08-17 11:32:06 +02:00

View File

@ -1405,6 +1405,8 @@ static int make_links_scene_exec(bContext *C, wmOperator *op)
}
CTX_DATA_END;
DEG_id_tag_update(&collection_to->id, ID_RECALC_HIERARCHY);
DEG_relations_tag_update(bmain);
/* redraw the 3D view because the object center points are colored differently */