Partial fix for bug #5749, Modifier redraw problems. The mesh wasn't being flushed properly to show updates when auto creating faces; also added missing undo push and view refresh.

This commit is contained in:
Nicholas Bishop
2007-01-19 01:32:47 +00:00
parent b8f47f9204
commit a78683f08e

View File

@@ -638,6 +638,10 @@ void addfaces_from_edgenet()
countall();
EM_select_flush();
BIF_undo_push("Add faces");
allqueue(REDRAWVIEW3D, 0);
DAG_object_flush_update(G.scene, G.obedit, OB_RECALC_DATA);
}
void addedgeface_mesh(void)