I just wanted to say thanks again i have got a lot faster using marking menus just wondering how I make the custom uv editor marking menu. How do I modify the native MEL script is it very complicated ?
This one I use on spacebar: http://img84.imageshack.us/img84/3968/markingmenuspace.jpg Quadrangulate is an improved one that first triangulates and then quadrangulates. And this one is for the UV-editor. It's context sensitive and activates on a UV-selection. I modified a native MEL script for that.…
Nah "Snap together" -tool got it's own area on the MM. Move A to B is a MEL-script:string $sel[] = `ls -sl`;string $sel1 = $sel[0];string $sel2 = $sel[1];parentConstraint $sel2 $sel1;string $constraint = $sel1+"_parentConstraint1";delete $constraint; (And it operates on meshes)