I'm coming from a maya/silo background and max is starting to grow on me with 2012, I've done some extensive scripting to make it behave how I like it but I'm hitting a wall here.
In maya if you use the middle mouse button you can move the component selection in screen space. I know that I can achieve that in max with the freeform tool "drag".
But is there a way (or a script), to have that option ON all time ? Cause going from let's say extrude, then press another hotkey to tweak vertices is kinda annoying and the centerbox handle on the gizmo is very small (silo is very nice for that as its selection radius are really easy on the user).
Thank you for you time.
Replies
rather than using drag i find it easier to set ther transform space to screen.
alt-rightclick, select screen.
then hide the transform gizmo with 'x'
works just like drag, but also works for scaling and rotating. (scaling needs the gizmo)
I bought a license of switcher a while ago, but could never get into max, and now I'm used to its navigation scheme and I need switcher for something totally different ahah.
Scale is working, it's rotating that only works on previously selected axis. Too bad, but I don't rotate to much (I like to push vertices around ^^) so it's ok.
I would still love to have a larger selection radius when clicking components though...
I will make a script for that one, thanks.
Got to: Customize | Preferences... | Gizmos
In the Gizmos tab, under the Move Gizmo group select Move in Screen Space
@Bryan Cavett Unfortunately no, you still have to point to the exact origin of the vert.
THanks for the suggestion though.
I guess that will have to do till draster releases their 2012 version of switcher. But if you ever happen to find a way to do that, don't hold back, I would love to do without an entire plugin just for that ^^
Just a little update for those who might be interested, I created a little macro as a workaround for that:
That way only move is "free": scale and rotate are using their gizmos for proper control. The move part could do with a toggle but for my workflow it's actually annoying so I mapped a "worldcoord+gizmo" script to another key when I need it. I hope it will be useful for someone.