[Bf-blender-cvs] [8ee815b1e20] temp-modifier-rm-cddm: Removed TODO

Sybren A. Stüvel noreply at git.blender.org
Thu Apr 26 17:22:24 CEST 2018


Commit: 8ee815b1e202976c63a7bec90e8351a460390b45
Author: Sybren A. Stüvel
Date:   Thu Apr 26 17:22:18 2018 +0200
Branches: temp-modifier-rm-cddm
https://developer.blender.org/rB8ee815b1e202976c63a7bec90e8351a460390b45

Removed TODO

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

M	source/blender/modifiers/intern/MOD_build.c

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

diff --git a/source/blender/modifiers/intern/MOD_build.c b/source/blender/modifiers/intern/MOD_build.c
index 72f733478cf..82ac3ab239c 100644
--- a/source/blender/modifiers/intern/MOD_build.c
+++ b/source/blender/modifiers/intern/MOD_build.c
@@ -84,7 +84,7 @@ static Mesh *applyModifier(ModifierData *md, struct Depsgraph *depsgraph,
                            Object *UNUSED(ob), struct Mesh *mesh,
                            ModifierApplyFlag UNUSED(flag))
 {
-	Mesh *result; /* TODO(sybren): remove and replace with direct modification of mesh? */
+	Mesh *result;
 	BuildModifierData *bmd = (BuildModifierData *) md;
 	int i, j, k;
 	int numFaces_dst, numEdges_dst, numLoops_dst = 0;



More information about the Bf-blender-cvs mailing list