Toying a bit with MMB behavior:
MMB click with no constraint selects a constraint right away (the axis selector doesn't flash on screen) MMB click with a constraint removes the constraint MMB click-drag in both case (with and without a constraint) uses the axis selector. stopConstraint didn't remove the CON_SELECT flag, so cancelling transform while selecting a constraint and then reentering transform was funny. Fixed
This commit is contained in:
@@ -266,7 +266,7 @@ void stopConstraint(TransInfo *t);
|
||||
|
||||
void getConstraintMatrix(TransInfo *t);
|
||||
|
||||
void initSelectConstraint(TransInfo *t);
|
||||
void initSelectConstraint(TransInfo *t, float mtx[3][3]);
|
||||
void selectConstraint(TransInfo *t);
|
||||
void postSelectConstraint(TransInfo *t);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user