Tiny error in Jiri's commit. Unselected meta elements needs the quat flag too if they want to rotate using PET.
This commit is contained in:
@@ -519,7 +519,7 @@ static void createTransMBallVerts(void)
|
||||
VECCOPY(td->center, td->loc);
|
||||
|
||||
if(ml->flag & SELECT) td->flag= TD_SELECTED | TD_USEQUAT;
|
||||
else td->flag= 0;
|
||||
else td->flag= TD_USEQUAT;
|
||||
|
||||
Mat3CpyMat3(td->smtx, smtx);
|
||||
Mat3CpyMat3(td->mtx, mtx);
|
||||
|
||||
Reference in New Issue
Block a user