2.5: Curve edit mode. Transform works again, and editcurve.c is

partly operatorized though nothing hooked up yet.
This commit is contained in:
2009-02-11 23:02:21 +00:00
parent 51fc28efc7
commit b8e6e01cfd
8 changed files with 1150 additions and 502 deletions

View File

@@ -1338,8 +1338,6 @@ TransDataCurveHandleFlags *initTransDataCurveHandes(TransData *td, struct BezTri
static void createTransCurveVerts(bContext *C, TransInfo *t)
{
// TRANSFORM_FIX_ME
#if 0
Object *obedit= CTX_data_edit_object(C);
Curve *cu= obedit->data;
TransData *td = NULL;
@@ -1542,7 +1540,6 @@ static void createTransCurveVerts(bContext *C, TransInfo *t)
calc_distanceCurveVerts(head, tail-1);
}
}
#endif
}
/* ********************* lattice *************** */