Hi, I have been heavily customising Maya over the last year or so and now I wanted to tweak the default Polygon Marking menu (Shift Right Click). Basically even though its already there at the bottom of the menu, I want to add the Quad Draw tool above the Multicut tool in the marking menu. I have managed to add the tool to…
Hey man, i`m going to translate my "lesson" of how to customize your default marking menu in maya ( my ver. is 2016 ) at the next week. It`s already written. Just needs in translating from Russian. And upload it here was my plan :)
I didn't test your file, but it looks like you forgot a semicolon after your entry for the quad draw options block. The error is basically that you've entered in a long/invalid command, so to Maya, it reads as "-enable $mtkEnable setParent -menu ..;" Instead of: -enable $mtkEnable ; setParent -menu ..; For the icon, insert…