Ok, I know this has been posted a few times before, and I really did try and use the search feature before I posted but I could not find previous posts on this subject. Anyhow ...
Tomorrow I am being assigned to work on a Maya project. I have minimal past experience with Maya. Any tips or advice from those of you who have had to make the switch in the past would be much appreciated.
Replies
Get MJ Poly Tools script for modelling.
Use this guide as reference (I GOOGLED IT SON)
http://www.alias.com/eng/products-services/maya/file/3dmax_to_maya.pdf
Get used to using the shelf. I have every command I need up there. It really speeds me up.
http://www.alias.com/glb/eng/community/developers_corner.jsp
You probably also want multischnap IE. target weld
http://www.users.on.net/~neilandbron/multiSchnap.mel
good luck
Example, I want to match the max settings:
f2 = Shade selected faces (in sub-object mode - not sure that this applies to maya or not)
f3 = toggle wireframe on/off
f4 = toggle edged faces on/off
Also, is there anyway I can change swap the space bar for right click?
?
lots of customize options can be found in the window->settings/preferences branch.
[edit]
found it. It is bound to "4" and "5" in Maya by default
Now ...
how do I set my viewports to:
"f" = front
"l" = left
"r" = right
"t" = top
"b" = bottom
"p" = perspective
?
//Front
string $currentPanel = `getPanel -withFocus`;
viewSet -f `modelEditor -q -camera $currentPanel`;
//Left
string $currentPanel = `getPanel -withFocus`;
viewSet -ls `modelEditor -q -camera $currentPanel`;
//Right
string $currentPanel = `getPanel -withFocus`;
viewSet -rs `modelEditor -q -camera $currentPanel`;
//Top
string $currentPanel = `getPanel -withFocus`;
viewSet -t `modelEditor -q -camera $currentPanel`;
//Bottom
string $currentPanel = `getPanel -withFocus`;
viewSet -bo `modelEditor -q -camera $currentPanel`;
//Perspective
string $currentPanel = `getPanel -withFocus`;
viewSet -p `modelEditor -q -camera $currentPanel`;
These are crude by the way. They don't preserve the zoom that you were working at.. and they don't really switch viewports, they just move the camera to a predefined location.
which in practice might make them useless, I don't know... There are more refined scripts out there I'm sure.
Thx snowfly. Do you know alotta melscript?
-R
Good luck!
http://draster.com/ttrain_max_maya
http://draster.com/switcher_max
good luck,
Arash
roflololololololcopter.
Anyone have a spare bat I can use to beat this dead horse with some more?
[/ QUOTE ]
Well... if you really want you can use mine...
http://images.autodesk.com/adsk/files/3dmax_to_maya.pdf
Any info on switching the other way? It's high time I figure out Max.