I remembered someone in a class I took talking about needing to make a script for this, and it looks like that's still the case. I tested this script from a Google search on 8 and it works to toggle X-Ray on the selected object. It's from the following post and the poster credits it to a modified Digital Tutors script:…
Ohh this I forgot to add. Every tool in Maya is basically a series of melscripts. If you wish to customize or program using mel without having to refer to codebooks or guides, you can open the script editor, and turn on echo all commands. It will slow down maya a tiny fraction on lower end machines, not at all on higher…
okay this is a general overview of how i was up and modeling in maya in about a day or 2 in my freetime.. probably took about 5 to 6 hours total for me to be up and running. another note is i dont use much of the interface in any art package, i always learn the hotkeys or map them to my liking so the interface never gets…
Thanks Illusions I finally figured out how to write a hotkey script to toggle between smooth/flat shaded and some other toggle display options now. If anyone knows of a better way please let me know. if (`getPanel -to (eval("getPanel -withFocus"))`) { $currentPanel = `getPanel -withFocus`; if (`modelEditor -q…
[ QUOTE ] To echo what other people have said, Maya is pretty stable out of the box, its when you start adding custom plugins and scripts to it that it starts to get wonky. [/ QUOTE ] and it just so happens you need a program like nex to get maya to do what you want it to. I don't want to come off as a maya hater, I'm…
hey there guys and girls, new job new 3d package. i have been digging through maya for about a week and its seems like its going to be a pretty smooth transistion, i have found all the tools i use in max, either in maya are through scripts and plugins. i can use maya pretty well to do what i need to,but i am sure i am…
To echo what other people have said, Maya is pretty stable out of the box, its when you start adding custom plugins and scripts to it that it starts to get wonky.
copying ,scripts,shelfs, hotkeys and marking menus -should- just be a matter of copying over the right folder from your mydocs/maya/8.5/ folder to the machine you're using. Edit - prefs folder holds the hotkeys in a mel file
That's pretty weird Arsh. It rings a bell that other people have been having that issue, but I've not experienced it myself. It could be a known bug. You on 8.0? So you're saying you apply the smooth and literally nothing happens? Anything interesting going on in the script window? This really shouldn't be an issue.