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:
authorJeroen Bakker <jeroen@blender.org>2021-06-15 10:31:03 +0300
committerJeroen Bakker <jeroen@blender.org>2021-06-15 10:31:03 +0300
commit462bd81399375f8a91b9fd550bab741d4f8ba949 (patch)
treec6af6fdc415e2a9df564cd97da2af7adee390a63 /source/blender/editors/include
parent819152527fd425fef54107bd6841887ace51e66e (diff)
Fix: Sequencer backdrop not updated during playback.
Caused by recent optimization in {7b76a160a4}.
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/ED_sequencer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/editors/include/ED_sequencer.h b/source/blender/editors/include/ED_sequencer.h
index ae76f0b6eaf..606b4c9cad0 100644
--- a/source/blender/editors/include/ED_sequencer.h
+++ b/source/blender/editors/include/ED_sequencer.h
@@ -42,7 +42,8 @@ bool ED_space_sequencer_maskedit_poll(struct bContext *C);
bool ED_space_sequencer_check_show_imbuf(struct SpaceSeq *sseq);
bool ED_space_sequencer_check_show_strip(struct SpaceSeq *sseq);
-bool ED_space_sequencer_has_visible_animation_on_strip(const struct Scene *scene);
+bool ED_space_sequencer_has_playback_animation(const struct SpaceSeq *sseq,
+ const struct Scene *scene);
void ED_operatormacros_sequencer(void);