[Bf-blender-cvs] [987ec1d030b] master: Depsgraph: Remove outdated comment

Sergey Sharybin noreply at git.blender.org
Mon Jun 12 15:00:38 CEST 2017


Commit: 987ec1d030bbe726a250f2ca5910b001b72ac348
Author: Sergey Sharybin
Date:   Mon Jun 12 14:25:05 2017 +0200
Branches: master
https://developer.blender.org/rB987ec1d030bbe726a250f2ca5910b001b72ac348

Depsgraph: Remove outdated comment

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

M	source/blender/depsgraph/DEG_depsgraph_build.h

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

diff --git a/source/blender/depsgraph/DEG_depsgraph_build.h b/source/blender/depsgraph/DEG_depsgraph_build.h
index fdc86540171..d44aea153bc 100644
--- a/source/blender/depsgraph/DEG_depsgraph_build.h
+++ b/source/blender/depsgraph/DEG_depsgraph_build.h
@@ -153,7 +153,6 @@ void DEG_add_object_cache_relation(struct DepsNodeHandle *handle,
                                    eDepsObjectComponentType component,
                                    const char *description);
 
-/* TODO(sergey): Remove once all geometry update is granular. */
 void DEG_add_special_eval_flag(struct Depsgraph *graph, struct ID *id, short flag);
 
 /* Utility functions for physics modifiers */




More information about the Bf-blender-cvs mailing list