[Bf-blender-cvs] [eba9c1507a2] blender2.8: Mark TODO/XXX as solved

Sergey Sharybin noreply at git.blender.org
Mon Oct 22 16:43:39 CEST 2018


Commit: eba9c1507a27937e8f71d7375f3c13575ea9fec7
Author: Sergey Sharybin
Date:   Mon Oct 22 16:43:16 2018 +0200
Branches: blender2.8
https://developer.blender.org/rBeba9c1507a27937e8f71d7375f3c13575ea9fec7

Mark TODO/XXX as solved

We do have proper access to bmain now.

===================================================================

M	source/blender/editors/animation/keyframing.c

===================================================================

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);
 	}



More information about the Bf-blender-cvs mailing list