Merge branch 'blender-v4.4-release'
This commit is contained in:
@@ -2217,7 +2217,7 @@ bool BKE_scene_camera_switch_update(Scene *scene)
|
||||
Object *camera = BKE_scene_camera_switch_find(scene);
|
||||
if (camera && (camera != scene->camera)) {
|
||||
scene->camera = camera;
|
||||
DEG_id_tag_update(&scene->id, ID_RECALC_SYNC_TO_EVAL);
|
||||
DEG_id_tag_update(&scene->id, ID_RECALC_SYNC_TO_EVAL | ID_RECALC_PARAMETERS);
|
||||
return true;
|
||||
}
|
||||
#else
|
||||
|
||||
@@ -1924,7 +1924,7 @@ void ED_update_for_newframe(Main *bmain, Depsgraph *depsgraph)
|
||||
LISTBASE_FOREACH (bScreen *, screen, &bmain->screens) {
|
||||
BKE_screen_view3d_scene_sync(screen, scene);
|
||||
}
|
||||
DEG_id_tag_update(&scene->id, ID_RECALC_SYNC_TO_EVAL);
|
||||
DEG_id_tag_update(&scene->id, ID_RECALC_SYNC_TO_EVAL | ID_RECALC_PARAMETERS);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user