This commit is contained in:
2011-08-11 05:04:01 +00:00
63 changed files with 6767 additions and 6743 deletions

View File

@@ -1189,7 +1189,6 @@ int initTransInfo (bContext *C, TransInfo *t, wmOperator *op, wmEvent *event)
setTransformViewMatrices(t);
initNumInput(&t->num);
initNDofInput(&t->ndof);
return 1;
}