BMO_HeaderFlag_Buffer(em->bm, &bmop, "faceout", BM_SELECT, BM_ALL);
/* finish the operator */
- if ( !EDBM_FinishOp(em, &bmop, op, 1) )
+ if (!EDBM_FinishOp(em, &bmop, op, TRUE)) {
return OPERATOR_CANCELLED;
+ }
/* dependencies graph and notification stuff */
DAG_id_tag_update(ob->data, OB_RECALC_DATA);
EDBM_selectmode_flush(em);
/* finish the operator */
- if ( !EDBM_FinishOp(em, &bmop, op, 1) )
+ if (!EDBM_FinishOp(em, &bmop, op, TRUE)) {
return OPERATOR_CANCELLED;
+ }
/* dependencies graph and notification stuff */
DAG_id_tag_update(ob->data, OB_RECALC_DATA);
BMO_HeaderFlag_Buffer(em->bm, &bmop, "vertout", BM_SELECT, BM_ALL);
/* finish the operator */
- if ( !EDBM_FinishOp(em, &bmop, op, 1) )
+ if (!EDBM_FinishOp(em, &bmop, op, TRUE)) {
return OPERATOR_CANCELLED;
+ }
EDBM_selectmode_flush(em);
}
/* Walker restrictions uses BMO flags, not header flags,
- so transfer BM_SELECT from HFlags onto a BMO flag layer. */
+ * so transfer BM_SELECT from HFlags onto a BMO flag layer. */
BMO_push(bm, NULL);
BM_ITER(h, &iter, bm, itertype, NULL) {
if (BM_TestHFlag(h, BM_SELECT)) {