とりあえず初期化状態のMayaで個人的に設定する箇所をログっておきます。
※あくまで自分用です
ポリゴン選択を中心付近にする
Windows > Settings / Preferences > Preferences
から設定ウィンドウを表示します。
※⌘ + ,
でもOK
Selection > Polygon Selection > Center
をチェック。
非選択時のメッシュのアウトラインを表示させる
Shading > Wireframe on Shaded
にチェックを入れるだけ。
ポリ数表示
Display > Heads Up Display > Poly Count
頂点数、ポリ数は常時表示しておきたいところ。
余談
英語モードでMayaを起動する方法。
export MAYA_UI_LANGUAGE="en_US" /Applications/Autodesk/maya2017/Maya.app/Contents/bin/maya
上記のコマンドを実行します。
function maya() { export MAYA_UI_LANGUAGE="en_US" /Applications/Autodesk/maya2017/Maya.app/Contents/bin/maya }
みたいなシェルを書いてmaya
と打って英語版Mayaを起動しております。