From 1a5fa2b319e06ebbd2666987aa11240a371dcc09 Mon Sep 17 00:00:00 2001 From: Richard Antalik Date: Wed, 16 Jun 2021 00:29:17 +0200 Subject: VSE: Improve animation evaluation performance Use lookup string callback function for `sequences_all` RNA property `rna_SequenceEditor_sequences_all_lookup_string` using a GHash for faster lookups. When names are changed or strips are added/removed the lookup is tagged invalid. The next time the lookup is used it will rebuild it. Reviewed By: sergey, jbakker Differential Revision: https://developer.blender.org/D11544 --- source/blender/sequencer/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/sequencer/CMakeLists.txt') diff --git a/source/blender/sequencer/CMakeLists.txt b/source/blender/sequencer/CMakeLists.txt index 2b402b4750f..9340cfbf03d 100644 --- a/source/blender/sequencer/CMakeLists.txt +++ b/source/blender/sequencer/CMakeLists.txt @@ -79,6 +79,7 @@ set(SRC intern/render.h intern/sequencer.c intern/sequencer.h + intern/sequence_lookup.c intern/sound.c intern/strip_add.c intern/strip_edit.c -- cgit v1.2.3