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:
-rw-r--r--source/blender/editors/animation/anim_filter.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/blender/editors/animation/anim_filter.c b/source/blender/editors/animation/anim_filter.c
index f2022194ed5..a03f19d0111 100644
--- a/source/blender/editors/animation/anim_filter.c
+++ b/source/blender/editors/animation/anim_filter.c
@@ -2403,6 +2403,13 @@ static void animfilter_modifier_idpoin_cb(void *afm_ptr,
}
break;
}
+ case ID_NT: {
+ bNodeTree *node_tree = (bNodeTree *)id;
+ if (!(afm->ads->filterflag & ADS_FILTER_NONTREE)) {
+ afm->items += animdata_filter_ds_nodetree(
+ afm->ac, &afm->tmp_data, afm->ads, owner_id, node_tree, afm->filter_mode);
+ }
+ }
/* TODO: images? */
default: