Using the MMB constraint chooser in Transform, accidentally printed the setting from the orientation menu (Local, View, Normal). Martin: not sure if this a solid fix... the print now looks fine, but the code isn't nicer this way. :) (just a one liner change though!).
This commit is contained in:
@@ -495,6 +495,9 @@ static void transformEvent(unsigned short event, short val) {
|
||||
stopConstraint(&Trans);
|
||||
}
|
||||
else {
|
||||
/* bit hackish... but it prevents mmb select to print the orientation from menu */
|
||||
strcpy(Trans.spacename, "global");
|
||||
|
||||
if (G.qual & LR_CTRLKEY)
|
||||
initSelectConstraint(&Trans, Trans.spacemtx);
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user