[Bf-blender-cvs] [e5ee6cb448b] blender2.8: Depsgraph: Remove meaningless comment

Sergey Sharybin noreply at git.blender.org
Wed Jul 12 11:09:31 CEST 2017


Commit: e5ee6cb448b3d54aa129aa5407ee0b2591431001
Author: Sergey Sharybin
Date:   Wed Jul 12 11:08:51 2017 +0200
Branches: blender2.8
https://developer.blender.org/rBe5ee6cb448b3d54aa129aa5407ee0b2591431001

Depsgraph: Remove meaningless comment

We are already on the new depsgraph only for quite some time now.

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

M	source/blender/blenkernel/BKE_modifier.h

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

diff --git a/source/blender/blenkernel/BKE_modifier.h b/source/blender/blenkernel/BKE_modifier.h
index be6ed4f254d..95f28f8fa6f 100644
--- a/source/blender/blenkernel/BKE_modifier.h
+++ b/source/blender/blenkernel/BKE_modifier.h
@@ -265,7 +265,6 @@ typedef struct ModifierTypeInfo {
 	 *
 	 * This function is optional.
 	 */
-	/* TODO(sergey): Remove once we finally switched to the new depsgraph. */
 	void (*updateDepsgraph)(struct ModifierData *md,
 	                        struct Main *bmain,
 	                        struct Scene *scene,




More information about the Bf-blender-cvs mailing list