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

Merged
Philipp Oeser merged 1 commits from Sergey/blender:fix_111165_36 into blender-v3.6-release 2023-09-05 12:36:37 +02:00
1 changed files with 1 additions and 0 deletions

View File

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