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>2019-05-23 21:52:28 +0300
committerRichard Antalik <richardantalik@gmail.com>2019-05-23 21:52:28 +0300
commitfd51d2f97cbe0117e8939396f196366a0043849e (patch)
treeb0d1c8c41fa1cf0332cac64424b0b20191069411 /source/blender/makesrna/intern/rna_color.c
parent1fd7b380f4cf8a0489b405de2819f228a4da5ea2 (diff)
VSE: minimal cache invalidation
Diffstat (limited to 'source/blender/makesrna/intern/rna_color.c')
-rw-r--r--source/blender/makesrna/intern/rna_color.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_color.c b/source/blender/makesrna/intern/rna_color.c
index da2bf710428..6c4470b19cc 100644
--- a/source/blender/makesrna/intern/rna_color.c
+++ b/source/blender/makesrna/intern/rna_color.c
@@ -623,7 +623,7 @@ static void rna_ColorManagedColorspaceSettings_reload_update(Main *bmain,
seq->strip->proxy->anim = NULL;
}
- BKE_sequence_invalidate_cache(scene, seq);
+ BKE_sequence_invalidate_cache_preprocessed(scene, seq);
}
else {
SEQ_BEGIN (scene->ed, seq) {