i'm sure there was a way to influence the order of items by dragging to the right spot, but why don't you just edit the actual (text)-file, that defines your marking menu? on windows it can normally be found in your personal folders under maya\v(ersion)\prefs\markingMenus as a *.mel just look for the items in question and…
Limbo space does not belong to anyone, each individual does not have their "own" limbo. Limbo is the universal "unconstructed" dream space, a deep level of dream everyone can potentially reach if they go "deep" enough. The only reason it seems like "Cobb's" limbo space is because Cobb and his wife are the only two people…
I have an anatomy mesh where I made several fixes to one side of the mesh but Smart Resym in ZB isnt working correctly, the mesh is stretching. I am open to mirroring the mesh in Maya also but I cant delete the bad half or I'll loose the vert numbers and wont be able to update the sculpt. I downloaded a MEL called…
Every now and then I find myself wanting to copy multiple transformation values (translate/rotate/scale etc) from one object to another in the channel box. I usually end up copying them one by one, which is kinda tedious. I'm thinking I could probably use constraints instead but I'm not sure it'll actually be quicker. Does…
Hello guys. I know autodesk made some weird moves with the fonts sizes. And the main pain is the font size on the shelf icons LABLE. The text is tooo small for me, way smaller than in maya 2015. I was looking for some time for solution. I would be gratefull if some one can help, how to change font size on these self icons…
In Maya there's an option to draw thicker lines in the viewport. As Im using a hi res display it's much better for me to have the thicker lines however Maya forgets this settings. I have this MEL code: string $visPanels[] = `getPanel -vis`; modelEditor -e -lineWidth 2 $visPanels; But can't seem to find a way to exceute it…
I'm starting to mess around in maya again & It would be beneficial to me if i knew how to adjust the following... How would I display a characters' Foot controller in it's 'world coordinates' within the channel box? Currently the controller has zero'd out translations. I assume it's in a local/object space. Edit: Think i…
hey. i just wanted to know if there are any helpful plugins, mel-scripts or other tools that ease the workflow a little. i'm quite new to highpoly modeling so i'm grateful for any help i can get. i mainly model environment objects so if there are specific tips for mechanical stuff that would be cool. while browsing pc i…
Basically what the title says. I'm looking to get my hands on a pro license of Maya pretty soon (just waiting for the Cheque to clear), and i'm wondering if i should stick with Maya on its own, or go for the Creative Suite, as that would give me access to Motionbiulder as well. I've taken a look at some videos of…
Speaking of Bananas that is exactly how I do it. ( Bevel ) cly_edgeSplitBevel.mel splits geometry on edge selections ( a single edge requires at least one hole neighbor ) edit the resulting tear with the bevel's offset attribute: mmb -ctrl drag -> ( cly_splitBevel.offset ) tried lots of crazy self intersecting loops to try…