Transform:
As discussed during meeting, made double key press go for Local when Global was selected. Two lines of code! ;)
This commit is contained in:
@@ -513,10 +513,12 @@ void setUserConstraint(TransInfo *t, int mode, const char ftext[]) {
|
||||
|
||||
switch(twmode) {
|
||||
case V3D_MANIP_GLOBAL:
|
||||
/*
|
||||
sprintf(text, ftext, "global");
|
||||
Mat3One(mtx);
|
||||
setConstraint(t, mtx, mode, text);
|
||||
break;
|
||||
*/
|
||||
case V3D_MANIP_LOCAL:
|
||||
sprintf(text, ftext, "local");
|
||||
setLocalConstraint(t, mode, text);
|
||||
|
||||
Reference in New Issue
Block a user