Add nodoubles arg to BM_Make_Face

This commit is contained in:
2011-10-13 04:58:34 +00:00
parent 421fd9f286
commit cccb06d92b
9 changed files with 37 additions and 38 deletions

View File

@@ -2355,7 +2355,6 @@ static int mesh_rip_invoke(bContext *C, wmOperator *op, wmEvent *event)
BMLoop *l;
BMEdge *e, *e2, *closest = NULL;
BMVert *v, *ripvert = NULL;
BMFace *f;
int side = 0, i, singlesel = 0;
float projectMat[4][4], fmval[3] = {event->mval[0], event->mval[1]};
float dist = FLT_MAX, d;