From 6048f4240bec6410fd9d19413c23bd5fbb37a483 Mon Sep 17 00:00:00 2001 From: Christoph Lendenfeld Date: Thu, 13 Apr 2023 15:14:02 +0200 Subject: [PATCH] fix --- source/blender/editors/animation/anim_draw.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/blender/editors/animation/anim_draw.c b/source/blender/editors/animation/anim_draw.c index 810914dc6cb..c6043e5ee3a 100644 --- a/source/blender/editors/animation/anim_draw.c +++ b/source/blender/editors/animation/anim_draw.c @@ -233,7 +233,8 @@ AnimData *ANIM_nla_mapping_get(bAnimContext *ac, bAnimListElem *ale) ANIMCONT_DOPESHEET, ANIMCONT_FCURVES, ANIMCONT_NLA, - ANIMCONT_CHANNEL)) { + ANIMCONT_CHANNEL, + ANIMCONT_TIMELINE)) { /* handling depends on the type of animation-context we've got */ if (ale) { /* NLA Control Curves occur on NLA strips, -- 2.30.2