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:
authorAlexander Gavrilov <angavrilov@gmail.com>2019-04-17 14:43:02 +0300
committerAlexander Gavrilov <angavrilov@gmail.com>2019-04-17 14:43:27 +0300
commit6770f76bd49f0104e51d2c8a523e880f0c40cf7a (patch)
treef2b49e710409736f934180f4448f0fd3cf74fd4c /source/blender/editors/animation/anim_filter.c
parent05b8b540184555287a7579c9734158bf29e0fccb (diff)
Fix T60982: don't allow editing group properties in linked actions.
Diffstat (limited to 'source/blender/editors/animation/anim_filter.c')
-rw-r--r--source/blender/editors/animation/anim_filter.c2
1 files changed, 1 insertions, 1 deletions
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);
}
}