buildPolygonToolsMM
Creates a marking menu that offers common Polygon Modeling Tools, as depicted at right.
Assign to a hotkey.
The ‘Press
’ assignment should be:
buildPolygonToolsMM;
The ‘Release
’ assignment should be:
if( `popupMenu -exists tempMM` ) { deleteUI tempMM; }