buildPolygonToolsMM

Function

buildPolygonToolsMM

Creates a marking menu that offers common Polygon Modeling Tools, as depicted at right.

Usage

Assign to a hotkey.

The ‘Press’ assignment should be:

buildPolygonToolsMM;

The ‘Release’ assignment should be:

if( `popupMenu -exists tempMM` ) { deleteUI tempMM; }