hey folks. i've got a quick gig coming up here soon, and i'll be working in maya 2008. I know the software okay, and can model/unwrap/texture fine, for the most part. i have a pretty decent understanding of maya in terms of the whole "connected nodes with attributes" thing.... but what i'm lacking as of yet is to work out a real, efficient work flow -- i've still got that "modeling with broken hands" feel. i have a friend who tells me that there are like 8 tools in maya that you can basicaly use everywhere, and i was going to sit down with him and figgure out his workflow, but i might not get a chance to.
can anyone share with me some tips they've learned to become articulate with the software? I'd like to get a great flow figured out before i sit down and start work.
edit - i just realized how silly this thread tittle is. this is urgent guys. the French are coming.
Replies
My tips are:
Get familiar with the MiddleMouseButton!
Whenever using a extrude, bevel, merge or whatever, I find it quicker to just apply it with default settings and changing the values in the channelbox afterwards. Instead of going through the optionbox and guess blindly.
Snap! Remeber that you can snap in constrained axises, that you have component selection pivots, and that you can toggle "retain component spacing" in the move tool settings.
Also by default "j" toggles snap rotate, and discreet move.
It's hard to help with an actual workflow unless you tell us a little bit more what you're trying to do.
speaking of which - can you set the range for values for that somewhere? i usually end up with sliding between "by far not enough" and "totally through the roof", with little usable settings inbetween.
Set them to hotkeys A, S ,D and you have loads of functions on just 3 keys. Marking menus aren't for everybody but once you get used to them and the fact that you don't need to wait for them to display really speeds things up.
download here
admittedly it looks like a mess displayed like that but you don't see it like that at all times. i.e. to rotate UVs Clockwise 90degrees just hold 'S' and flick the mouse diagonally down right and let go.
maybe they'll help.
thanks a lot ghib, that's a great help! thanks for taking the time.
one thing that i use very often is that i isolate objects,
here's a nice script that isolate the selected objects, i've put this script on the i button, and it's toggles isolate select on and off. saves me a lot of time
$currentPanel = `getPanel -withFocus`;
$state = `isolateSelect -q -state $currentPanel`;
enableIsolateSelect $currentPanel (!$state);
It repeats the last action used.