fml. Drinking and learning MAYA + MEL script don't go well together. I just noticed that because I was attempting to run it through the script editor that it was grabbing that as the selected pane. It works just fine when its set up as its own command bound to a hotkey.
Ah okay. That's kind of lame that functionality isn't in there by default. Here's a toggle script I made if anyone else is looking to add this. string $selectedPanel = `getPanel -wf`;int $shadedWireState = `modelEditor -q -wos $selectedPanel`;if(`modelEditor -ex $selectedPanel`){ setWireframeOnShadedOption…
Hi guys, I'm learning Maya coming from Max right now. I've been trying to set hotkeys that are more familiar to me. I can't seem to find this Wireframe on Shaded command anywhere in the hotkey editor. Is it in there somewhere or is that something you just have to script? Also is there an easier way to search for specific…