bmesh todo: ctrl+l now delimits by hidden faces.

This commit is contained in:
Campbell Barton 2012-04-16 08:44:11 +00:00
parent 93df58160e
commit 1492754c8f
1 changed files with 1 additions and 1 deletions

View File

@ -1895,7 +1895,7 @@ static int edbm_select_linked_exec(bContext *C, wmOperator *op)
BMW_init(&walker, bm, BMW_ISLAND,
BMW_MASK_NOP, limit ? BM_ELEM_SELECT : BMW_MASK_NOP, BMW_MASK_NOP,
BMW_FLAG_NOP, /* BMESH_TODO - should be BMW_FLAG_TEST_HIDDEN ? */
BMW_FLAG_TEST_HIDDEN,
BMW_NIL_LAY);
BM_ITER(efa, &iter, em->bm, BM_FACES_OF_MESH, NULL) {