fix for make vertex parent (reported todo)

This commit is contained in:
Campbell Barton
2011-09-06 05:04:26 +00:00
parent 0093440fdb
commit d44982508e

View File

@@ -134,6 +134,7 @@ static int vertex_parent_set_exec(bContext *C, wmOperator *op)
else if(v4==0) v4= nr;
else break;
}
nr++;
}
}
else if(ELEM(obedit->type, OB_SURF, OB_CURVE)) {