Merge branch 'blender-v4.0-release'
This commit is contained in:
@@ -497,6 +497,10 @@ static void *seq_prefetch_frames(void *job)
|
||||
ListBase *channels = SEQ_channels_displayed_get(SEQ_editing_get(pfjob->scene_eval));
|
||||
if (seq_prefetch_must_skip_frame(pfjob, channels, seqbase)) {
|
||||
pfjob->num_frames_prefetched++;
|
||||
/* Break instead of keep looping if the job should be terminated. */
|
||||
if (!(pfjob->scene->ed->cache_flag & SEQ_CACHE_PREFETCH_ENABLE) || pfjob->stop) {
|
||||
break;
|
||||
}
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user