[Bf-blender-cvs] [48c2f7b] master: OpenSubdiv: Some debug-only code sneaked into previous commit

Sergey Sharybin noreply at git.blender.org
Wed Jul 29 17:46:32 CEST 2015


Commit: 48c2f7b28856b657c67c9b0648f655223bf23980
Author: Sergey Sharybin
Date:   Wed Jul 29 17:43:43 2015 +0200
Branches: master
https://developer.blender.org/rB48c2f7b28856b657c67c9b0648f655223bf23980

OpenSubdiv: Some debug-only code sneaked into previous commit

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

M	intern/opensubdiv/opensubdiv_converter.cc

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

diff --git a/intern/opensubdiv/opensubdiv_converter.cc b/intern/opensubdiv/opensubdiv_converter.cc
index fe12c84..80c567b 100644
--- a/intern/opensubdiv/opensubdiv_converter.cc
+++ b/intern/opensubdiv/opensubdiv_converter.cc
@@ -284,7 +284,6 @@ inline bool TopologyRefinerFactory<OpenSubdiv_Converter>::assignComponentTags(
 			/* Non-manifold edges must be sharp. */
 			sharpness = Crease::SHARPNESS_INFINITE;
 		}
-		sharpness = Crease::SHARPNESS_INFINITE;
 		setBaseEdgeSharpness(refiner, edge, sharpness);
 	}




More information about the Bf-blender-cvs mailing list