renamed BMTessMesh to BMEditMesh, did some more monkeywork, cleaned up the more serious warnings, and also non-backbuffered selection sortof works now, though it still needs plenty of work.

This commit is contained in:
2009-05-18 08:46:04 +00:00
parent 166c270f06
commit 0ba863de29
42 changed files with 364 additions and 490 deletions

View File

@@ -463,7 +463,7 @@ void recalcData(TransInfo *t)
DAG_object_flush_update(scene, t->obedit, OB_RECALC_DATA);
} else {
BMTessMesh *em = ((Mesh*)t->obedit->data)->edit_btmesh;
BMEditMesh *em = ((Mesh*)t->obedit->data)->edit_btmesh;
/* mirror modifier clipping? */
if(t->state != TRANS_CANCEL) {
/* TRANSFORM_FIX_ME */