=== Transform ===

Bug #3657

Texture Space transform
* grab/size: did not support local constraints properly
* size: constraint support did not respect object orientation
This commit is contained in:
2006-05-14 17:02:56 +00:00
parent 422d2e3a89
commit ee2baaf3e3
2 changed files with 3 additions and 1 deletions

View File

@@ -284,6 +284,8 @@ static void createTransTexspace(TransInfo *t)
td->ob = ob;
Mat3CpyMat4(td->mtx, ob->obmat);
Mat3CpyMat4(td->axismtx, ob->obmat);
Mat3Ortho(td->axismtx);
Mat3Inv(td->smtx, td->mtx);
if( GS(id->name)==ID_ME) {