Orange; merger with bf-blender.

(Merging is *not* fun work, especially not with bugfixes in main branch
for code that got cleaned up in the other! Poor Hos... :)
This commit is contained in:
2006-01-03 21:43:31 +00:00
62 changed files with 1093 additions and 363 deletions

View File

@@ -377,7 +377,7 @@ int removedoublesflag(short flag, float limit) /* return amount */
efa= em->faces.first;
while(efa) {
efa->f1= 0;
if(faceselectedAND(efa, 1)) {
if(faceselectedOR(efa, 1)) {
efa->f1= 1;
amount++;
}