Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/screen/screen_edit.c
| Show First 20 Lines • Show All 1,588 Lines • ▼ Show 20 Lines | if (camera && scene->camera != camera) { | ||||
| } | } | ||||
| DEG_id_tag_update(&scene->id, ID_RECALC_COPY_ON_WRITE); | DEG_id_tag_update(&scene->id, ID_RECALC_COPY_ON_WRITE); | ||||
| } | } | ||||
| #endif | #endif | ||||
| ED_clip_update_frame(bmain, scene->r.cfra); | ED_clip_update_frame(bmain, scene->r.cfra); | ||||
| /* this function applies the changes too */ | /* this function applies the changes too */ | ||||
| BKE_scene_graph_update_for_newframe(depsgraph, bmain); | BKE_scene_graph_update_for_newframe(depsgraph); | ||||
| } | } | ||||
| /* | /* | ||||
| * return true if any active area requires to see in 3D | * return true if any active area requires to see in 3D | ||||
| */ | */ | ||||
| bool ED_screen_stereo3d_required(const bScreen *screen, const Scene *scene) | bool ED_screen_stereo3d_required(const bScreen *screen, const Scene *scene) | ||||
| { | { | ||||
| ScrArea *area; | ScrArea *area; | ||||
| ▲ Show 20 Lines • Show All 131 Lines • Show Last 20 Lines | |||||