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:
2005-09-24 15:36:25 +00:00
parent 94aa843626
commit e5b9f62c6e
4 changed files with 9 additions and 9 deletions

View File

@@ -70,7 +70,7 @@ extern int faceselectedAND(EditFace *efa, int flag);
extern EditFace *exist_face(EditVert *v1, EditVert *v2, EditVert *v3, EditVert *v4);
extern void flipface(EditFace *efa); // flips for normal direction
extern int compareface(EditFace *vl1, EditFace *vl2);
extern int compareface(EditFace *vl1, EditFace *vl2, int test);
/* flag for selection bits, *nor will be filled with normal for extrusion constraint */
/* return value defines if such normal was set */