Softimage|3D MキーをMAYAで

ホットキーを新規作成(以下のMEL)Mキープレスで

setSelectMode components Components; selectType -smp 1 -sme 0 -smf 0 -smu 0 -pv 1 -pe 0 -pf 0 -puv 0; select -cl;

MoveTool;

manipOptions -s 0.001;

manipOptions -hs 1;

selectPref -clickDrag true;

ホットキーを新規作成(以下のMEL)Mキーリリースで

manipOptions -s 1.5;

manipOptions -hs 35;

selectPref -clickDrag false;

changeSelectMode -object;

editMenuUpdate MayaWindow|mainEditMenu;
SelectMaskToolMarkingMenu;
buildSelectMaskMM;
changeToolIcon;
SelectMaskToolMarkingMenuPopDown;
MarkingMenuPopDown;
if (`popupMenu -exists tempMM`) { deleteUI tempMM; }if (`popupMenu -exists tempMM2`) { deleteUI tempMM2; };