Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Antalik <richardantalik@gmail.com>2021-08-24 01:46:34 +0300
committerRichard Antalik <richardantalik@gmail.com>2021-08-24 01:46:34 +0300
commit24a3446787d31f9b32e6759f91349b598c8e9774 (patch)
treef4fd2f2a09ebacc67d4194ef00a4e87578f095a5 /source/blender/sequencer/CMakeLists.txt
parenta0c8ee057a59b8b514706a12257a6dc0f9bb3b69 (diff)
Fix T90646: VSE hangs when strips overlap
When all strips are selected and overlap is caused, this causes VSE to hang in infinite loop, because such situation should never happen. To prevent infinite loop, ensure, that strip overlap is not tested against single overlapping strip itself. Prevent overlap that can not be handled because of issue described above by moving overlapping strip between channels. Reviewed By: campbellbarton Differential Revision: D12209
Diffstat (limited to 'source/blender/sequencer/CMakeLists.txt')
-rw-r--r--source/blender/sequencer/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/sequencer/CMakeLists.txt b/source/blender/sequencer/CMakeLists.txt
index e324bc8b407..f060e6ad69b 100644
--- a/source/blender/sequencer/CMakeLists.txt
+++ b/source/blender/sequencer/CMakeLists.txt
@@ -33,6 +33,7 @@ set(INC
../render
../windowmanager
../../../intern/atomic
+ ../../../intern/clog
../../../intern/guardedalloc
# dna_type_offsets.h