Needed to normalise the axis orientation matrix.

This fixed the scaling bug intrr and LetterRip reported.
This commit is contained in:
2005-03-17 13:55:48 +00:00
parent 5a382e094f
commit 38dff43877

View File

@@ -930,6 +930,9 @@ static void ObjectToTransData(TransData *td, Object *ob)
VECCOPY(td->center, ob->obmat[3]);
Mat3CpyMat4(td->axismtx, ob->obmat);
Normalise(td->axismtx[0]);
Normalise(td->axismtx[1]);
Normalise(td->axismtx[2]);
if (ob->parent)
{