Depsgraph: Mark TODO as solved

New dependency graph takes care of all datablocks already.
This commit is contained in:
Sergey Sharybin 2017-10-25 14:02:51 +02:00
parent c4991c0971
commit e2e5c9a1ee
1 changed files with 2 additions and 4 deletions

View File

@ -1614,10 +1614,8 @@ void BKE_scene_update_tagged(EvaluationContext *eval_ctx, Main *bmain, Scene *sc
BKE_main_id_tag_idcode(bmain, ID_LA, LIB_TAG_DOIT, false);
/* update all objects: drivers, matrices, displists, etc. flags set
* by depgraph or manual, no layer check here, gets correct flushed
*
* in the future this should handle updates for all datablocks, not
* only objects and scenes. - brecht */
* by depgraph or manual, no layer check here, gets correct flushed.
*/
DEG_evaluate_on_refresh(eval_ctx, scene->depsgraph_legacy);
/* update sound system animation (TODO, move to depsgraph) */