Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2018-08-13 12:52:44 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-08-13 13:37:00 +0300
commit33fbc4fbea14a17d71eacf2c152d51518737df35 (patch)
treecc068185240e4c39d4c88a8e682325712d8041f6 /intern/opensubdiv
parentd3250593d07857e4f73b31bbff54536fb306a245 (diff)
OpenSubdiv: Fix typo in crease comparison
Diffstat (limited to 'intern/opensubdiv')
-rw-r--r--intern/opensubdiv/internal/opensubdiv_topology_refiner.cc2
1 files changed, 1 insertions, 1 deletions
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(