Blender Git Commit Log

Git Commits -> Revision 43153e2

Revision 43153e2 by Richard Antalik (master)
May 24, 2021, 03:57 (GMT)
Fix T88466: Sound strips prevent strip rendering

When sound strip is above another strip such as movie strip, it prevents
from rendering movie strip.

This bug was introduced in 0b7744f4da66. Function `must_render_strip()`
checks if there is any strip with `SEQ_BLEND_REPLACE` blending and
considers this strip as lowest strip in stack. Sound strips do have this
blend mode set, which caused the bug.

Remove all sound strips and muted strips from stack collection before
checking with `must_render_strip()` function

Commit Details:

Full Hash: 43153e2324548102ff47eb3ce97db2b59ae26ef4
Parent Commit: 7e841c7
Lines Changed: +9, -9

1 Modified Path:

/source/blender/sequencer/intern/render.c (+9, -9) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021