Fixed bug #8180, Simple subdivide modifier performs catmull-clark on single edges

Removed an incorrect check for original vertices on whether any faces used them.
This commit is contained in:
Nicholas Bishop
2008-03-21 03:08:04 +00:00
parent b7bdc6c7a1
commit e78d2b360a

View File

@@ -1293,7 +1293,7 @@ static void ccgSubSurf__sync(CCGSubSurf *ss) {
VertDataMulN(nCo, 1.0f/numEdges);
}
if ((sharpCount>1 && v->numFaces) || seam) {
if (sharpCount>1 || seam) {
VertDataZero(q);
if (seam) {