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:
2005-12-19 10:49:37 +00:00
parent d48c9c416d
commit 5884082ef6

View File

@@ -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