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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user