=== 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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user