[Bf-blender-cvs] [33fbc4fbea1] blender2.8: OpenSubdiv: Fix typo in crease comparison

Sergey Sharybin noreply at git.blender.org
Mon Aug 13 12:37:30 CEST 2018


Commit: 33fbc4fbea14a17d71eacf2c152d51518737df35
Author: Sergey Sharybin
Date:   Mon Aug 13 11:52:44 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB33fbc4fbea14a17d71eacf2c152d51518737df35

OpenSubdiv: Fix typo in crease comparison

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

M	intern/opensubdiv/internal/opensubdiv_topology_refiner.cc

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

diff --git a/intern/opensubdiv/internal/opensubdiv_topology_refiner.cc b/intern/opensubdiv/internal/opensubdiv_topology_refiner.cc
index 5e1e0bd86b3..e334a4b0871 100644
--- a/intern/opensubdiv/internal/opensubdiv_topology_refiner.cc
+++ b/intern/opensubdiv/internal/opensubdiv_topology_refiner.cc
@@ -345,7 +345,7 @@ bool checkEdgeSharpnessMatch(
       return false;
     }
   }
-  return false;
+  return true;
 }
 
 bool checkTopologyAttributesMatch(



More information about the Bf-blender-cvs mailing list