I've been seeing a lot of fantastic things about Modo the last few months, and I've always been nervous to make the switch because I'm a broke college student. I'm using the student licensed 3DS Max right now, and I've dabbled a tiny tiny bit in Maya. I'm pretty comfortable with modeling in general, and there have been…
I don't think you can out of the box but with a little scripting you can create two macro's that can be hotkey'ed. I'm not sure how comfortable you are with maxscript so let me know if this seems like a bunch of gobbledygook.macroScript SoftSelFalloffPlusCategory:"MyTools"toolTip:"Soft Sel Falloff…
Could you quickly line out: How many people do you have on your team? How many days do you have you can spend on the project (per Team member/One day being eight hours of work)? How much software and art skills does your team bring to the table (which software, how advanced, how quick can each itterate and polish example…
Yeah I know what you mean. Coming from a Maya/Max background I actually found Modo a bit difficult to really grasp at first. This post has a great video about action centers, I put up a link to more recent versions Senecas scripts earlier in this thread, you should visit his website anyway as it's good for showing you what…
To be honest you should create a mel-script file with your personal modifications... For example in your MyDocument/maya/XXXX/scripts directory, you will find userSetup.mel file. Just open it, and add the following line : source "Crazyeyes_PersonnalHotKeys.mel"; Close the file and create a new ASCI file you will rename as…
Its all the scale of your project / ambition. If its needs lots of animation you should either use the biped/ learn scripting or give up ;) You don't need 3 skeletons depending on what you need you might not need fk or ik. You can load the fbx on a dummy skeleton and then use this skeleton to drive your control rig. Check…
Thank you for the tip. This is a very bad design if you'd ask me ! ^^ I tried to replace the "then" by a "do", and also add an "else" block but it didn't change anything. Hopefully I finally managed to make it work. It seems that's because I had to include the functions inside the macroscript declaration, but outside the…
Wow, I just read THIS THREAD and I'm glad I did so I just wanna warn you. Apparently people are using scripts to cancel the trade exactly as you are putting in the item in the trade window causing you to drop it on the ground. Obviously this don't work all the time, but not fun if it would happen to one. Don't know if you…
Maya doesn't have a similar feature. There was a script called WorldSpaceUVLine for Maya which did this, but it was horribly slow and really not user-friendly. I wrote a Maya script for work called "uvLineRelax" which is hugely faster, more flexible and friendly than WorldSpaceUVLine, after I wrote a similar thing for Max.…
[ QUOTE ] don't limit your toolset to polys for high poly modeling.it's worth learning NURBS and surfaces in Maya for mechanical objects especially. [/ QUOTE ] Couldn't agree more. I just lost a job because of lack of nurbs experience. Still, it wasn't realtime stuff. My own dumb fault for not having touched nurbs in about…