MEL ポリゴンのプリミティブをワールド座標中心に作成、ビューコンパスとスレームイン(Fキー)フレームオールのアニメーションを解除

toggleCreatePolyPrimitiveAsTool;
optionVar -iv animateRollViewCompass false;
optionVar -iv animateRoll false;
optionVar -iv animateRollFitAll false;
optionVar -iv animateRollGotoBookmark false;
optionVar -iv animateRollNextLastCameraView false;

MEL 上記を元に戻す。
toggleCreatePolyPrimitiveAsTool;
optionVar -iv animateRollViewCompass true;
optionVar -iv animateRoll true;
optionVar -iv animateRollFitAll true;
optionVar -iv animateRollGotoBookmark true;
optionVar -iv animateRollNextLastCameraView true;