bugfix #3100
Hrms... previous commit here to make sure faces are not added 'double', caused a part in removedoubles not to work well, removing too many faces. Solved it more proper now.
This commit is contained in:
@@ -414,7 +414,7 @@ int removedoublesflag(short flag, float limit) /* return amount */
|
||||
/* second test: is test permitted? */
|
||||
efa= vsb1->efa;
|
||||
if( (efa->f1 & 128)==0 ) {
|
||||
if( compareface(efa, vsb->efa)) efa->f1 |= 128;
|
||||
if( compareface(efa, vsb->efa, 4)) efa->f1 |= 128;
|
||||
|
||||
}
|
||||
vsb1++;
|
||||
|
||||
Reference in New Issue
Block a user