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:
authorSergey Sharybin <sergey.vfx@gmail.com>2018-10-22 17:43:16 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-10-22 17:43:34 +0300
commiteba9c1507a27937e8f71d7375f3c13575ea9fec7 (patch)
tree9e04bb522ae6717a4c86017d8ceb26f3142b452e /source/blender/editors/animation/keyframing.c
parentb31fc40fcd12a100fa52b5daa6a46ca6a58fadac (diff)
Mark TODO/XXX as solved
We do have proper access to bmain now.
Diffstat (limited to 'source/blender/editors/animation/keyframing.c')
-rw-r--r--source/blender/editors/animation/keyframing.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/animation/keyframing.c b/source/blender/editors/animation/keyframing.c
index bac4c4329cb..f25b9b5f094 100644
--- a/source/blender/editors/animation/keyframing.c
+++ b/source/blender/editors/animation/keyframing.c
@@ -158,7 +158,6 @@ bAction *verify_adt_action(Main *bmain, ID *id, short add)
adt->action->idroot = GS(id->name);
/* tag depsgraph to be rebuilt to include time dependency */
- /* XXX: we probably should have bmain passed down, but that involves altering too many API's */
DEG_relations_tag_update(bmain);
}