Changeset View
Changeset View
Standalone View
Standalone View
source/blender/sequencer/intern/render.c
| Show First 20 Lines • Show All 1,502 Lines • ▼ Show 20 Lines | else { | ||||
| BKE_scene_camera_switch_update(scene); | BKE_scene_camera_switch_update(scene); | ||||
| camera = scene->camera; | camera = scene->camera; | ||||
| } | } | ||||
| if (have_comp == false && camera == NULL) { | if (have_comp == false && camera == NULL) { | ||||
| goto finally; | goto finally; | ||||
| } | } | ||||
| if (seq->flag & SEQ_SCENE_NO_GPENCIL) { | if (seq->flag & SEQ_SCENE_NO_ANNOTATION) { | ||||
| use_gpencil = false; | use_gpencil = false; | ||||
| } | } | ||||
| /* prevent eternal loop */ | /* prevent eternal loop */ | ||||
| scene->r.scemode &= ~R_DOSEQ; | scene->r.scemode &= ~R_DOSEQ; | ||||
| #ifdef DURIAN_CAMERA_SWITCH | #ifdef DURIAN_CAMERA_SWITCH | ||||
| /* stooping to new low's in hackyness :( */ | /* stooping to new low's in hackyness :( */ | ||||
| ▲ Show 20 Lines • Show All 534 Lines • Show Last 20 Lines | |||||