From 6770f76bd49f0104e51d2c8a523e880f0c40cf7a Mon Sep 17 00:00:00 2001 From: Alexander Gavrilov Date: Wed, 17 Apr 2019 14:43:02 +0300 Subject: Fix T60982: don't allow editing group properties in linked actions. --- source/blender/editors/animation/anim_filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/animation/anim_filter.c') diff --git a/source/blender/editors/animation/anim_filter.c b/source/blender/editors/animation/anim_filter.c index 2687183166b..b5891a03f0a 100644 --- a/source/blender/editors/animation/anim_filter.c +++ b/source/blender/editors/animation/anim_filter.c @@ -1344,7 +1344,7 @@ static size_t animfilter_act_group(bAnimContext *ac, /* filter selection of channel specially here again, * since may be open and not subject to previous test */ if (ANIMCHANNEL_SELOK(SEL_AGRP(agrp))) { - ANIMCHANNEL_NEW_CHANNEL(agrp, ANIMTYPE_GROUP, owner_id, NULL); + ANIMCHANNEL_NEW_CHANNEL(agrp, ANIMTYPE_GROUP, owner_id, &act->id); } } -- cgit v1.2.3