Author : winged doom


Reply
Reply
 
Thread Tools Display Modes
AstroZombie's Avatar
Old (#1)
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.
Offline , dedicated polycounter, 1,862 Posts, Join Date Oct 2004,  
   Reply With Quote

MoP's Avatar
Old (#2)
Set up your hotkeys to be as similar to Max commands as possible.
Get MJ Poly Tools script for modelling.

Use this guide as reference (I GOOGLED IT SON)

http://www.alias.com/eng/products-se...ax_to_maya.pdf
Offline , MoP, 11,603 Posts, Join Date Oct 2004, Location London, UK  
   Reply With Quote

Jeff Parrott's Avatar
Old (#3)
Woah, Mop is laying it down!

Get used to using the shelf. I have every command I need up there. It really speeds me up.
Offline , veteran polycounter, 2,921 Posts, Join Date Oct 2004, Location Orlando, FL Send a message via AIM to Jeff Parrott Send a message via Skype™ to Jeff Parrott  
   Reply With Quote

AstroZombie's Avatar
Old (#4)
Sweet! thanks MoP. But what is this "google" thing you speak of? [img]/images/graemlins/wink.gif[/img]
Offline , dedicated polycounter, 1,862 Posts, Join Date Oct 2004,  
   Reply With Quote

MoP's Avatar
Old (#5)
google? not sure... i stumbled across it one time when using a search engine.
Offline , MoP, 11,603 Posts, Join Date Oct 2004, Location London, UK  
   Reply With Quote

AstroZombie's Avatar
Old (#6)
what's a search engine?
Offline , dedicated polycounter, 1,862 Posts, Join Date Oct 2004,  
   Reply With Quote

MoP's Avatar
Old (#7)
google it
Offline , MoP, 11,603 Posts, Join Date Oct 2004, Location London, UK  
   Reply With Quote

motives's Avatar
Old (#8)
you might wanna get the OMToolbox. Way faster than mjpolytools..
http://www.alias.com/glb/eng/communi...ers_corner.jsp

You probably also want multischnap IE. target weld
http://www.users.on.net/~neilandbron/multiSchnap.mel

good luck
Offline , polycounter, 828 Posts, Join Date Dec 2004, Location Stockholm, Sweden  
   Reply With Quote

Marine's Avatar
Old (#9)
that toolbox thing is much faster. lacks some of the functionality in mj that i use a lot though, like selecting four sides of a poly and creating a diamond of edges within it, and splitting an individual edge.
Offline , dedicated polycounter, 1,563 Posts, Join Date Oct 2004,  
   Reply With Quote

AstroZombie's Avatar
Old (#10)
ok, slight delay on getting started on this project. I am presently trying to set up my hot keys. How do I assign function keys?

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?

?
Offline , dedicated polycounter, 1,862 Posts, Join Date Oct 2004,  
   Reply With Quote

thomasp's Avatar
Old (#11)
press F1 to access the help system [img]/images/graemlins/wink.gif[/img]
lots of customize options can be found in the window->settings/preferences branch.
Offline , polycounter, 1,220 Posts, Join Date Nov 2004, Location Germany Send a message via ICQ to thomasp  
   Reply With Quote

AstroZombie's Avatar
Old (#12)
Yea, I've been customizing from there, but I think the terminology is throwing me a wee bit.

[edit]
found it. It is bound to "4" and "5" in Maya by default [img]/images/graemlins/smile.gif[/img]

Now ...
how do I set my viewports to:
"f" = front
"l" = left
"r" = right
"t" = top
"b" = bottom
"p" = perspective

?
Offline , dedicated polycounter, 1,862 Posts, Join Date Oct 2004,  
   Reply With Quote

Snowfly's Avatar
Old (#13)
Here you go AstroZombie. Just bind these to hotkeys.

//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.
Offline , dedicated polycounter, 1,874 Posts, Join Date Oct 2004, Location Singapore Send a message via MSN to Snowfly Send a message via Skype™ to Snowfly  
   Reply With Quote

PaK's Avatar
Old (#14)
Sticky this biatch, kubby!

Thx snowfly. Do you know alotta melscript?

-R
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Ross "PaK-RaT" Patel
Airtight Games :: Sr. Technical Artist
Offline , polycounter, 955 Posts, Join Date Oct 2004, Location WA, USA Send a message via ICQ to PaK Send a message via AIM to PaK Send a message via MSN to PaK Send a message via Yahoo to PaK  
   Reply With Quote

Snowfly's Avatar
Old (#15)
Pak - Nope actually I don't. [img]/images/graemlins/frown.gif[/img] Cobbling together new commands from the script editor to speed up my workflow, yeah, but I can't make anything widely useful.
Offline , dedicated polycounter, 1,874 Posts, Join Date Oct 2004, Location Singapore Send a message via MSN to Snowfly Send a message via Skype™ to Snowfly  
   Reply With Quote

Justin Meisse's Avatar
Old (#16)
Hey, if you open up the script editor (icon in the lower right) then go to script>echo all commands, it helps when you want to figure out what certain commands do.
Offline , Moderator++, 6,684 Posts, Join Date Oct 2004, Location Austin, TX  
   Reply With Quote

AstroZombie's Avatar
Old (#17)
Thanks a bunch, Snowfly.
Offline , dedicated polycounter, 1,862 Posts, Join Date Oct 2004,  
   Reply With Quote

Zergxes's Avatar
Old (#18)
Maybe hit up some of the free tutorials on digitaltutors.com. The DVD's they sell are pretty good, less of a deep coverage of everything and more of a fast functional overview.

Good luck!
--Back in the saddle again.
Offline , triangle, 378 Posts, Join Date Oct 2004, Location Champaign, IL  
   Reply With Quote

dRaster's Avatar
Old (#19)
check out the vids

http://draster.com/ttrain_max_maya

http://draster.com/switcher_max

good luck,
Arash
Offline , null, 6 Posts, Join Date Apr 2006,  
   Reply With Quote

SouL's Avatar
Old (#20)
Anyone have a spare bat I can use to beat this dead horse with some more? kthxbye.

roflololololololcopter.
Offline , polycounter, 833 Posts, Join Date Oct 2004,  
   Reply With Quote

Tulkamir's Avatar
Old (#21)
[ QUOTE ]
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...

Game & Level Designer
Offline , card carrying polycounter, 2,127 Posts, Join Date Nov 2004, Location Vancouver, BC Send a message via MSN to Tulkamir  
   Reply With Quote

Zergxes's Avatar
Old (#22)
mmm... found this

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.
--Back in the saddle again.
Offline , triangle, 378 Posts, Join Date Oct 2004, Location Champaign, IL  
   Reply With Quote

Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Copyright 1998-2012 A. Risch