Last active
May 16, 2022 18:07
-
-
Save RedForty/2a0aef360a931f672adca4c860875ac7 to your computer and use it in GitHub Desktop.
My preferred preferences in Maya
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// My preferred prefences | |
// Interfaces | |
optionVar -intValue showHighlightNewFeaturesWindowOnStartup false; | |
whatsNewHighlight -showStartupDialog false; | |
// Manipulators | |
mouse -enableScrollWheel false; | |
optionVar -iv useMultiTouchGestures false; multiTouch -gestures false; | |
manipOptions -rememberActiveHandleAfterToolSwitch 0; | |
manipOptions -ls 4; | |
manipOptions -r -s 2.0; | |
// Animation | |
keyTangent -edit -global -weightedTangents true; | |
optionVar -intValue "graphEdLmbMovesSelections" false; | |
optionVar -intValue "graphEditorAutoFit" false; | |
// Files/Projects | |
optionVar -intValue displayCrashInfo false; | |
// File References | |
animDisplay -edit -refAnimCurvesEditable true; | |
optionVar -iv refLockEditable true; | |
// Selection | |
optionVar -intValue "ChannelBox_ClearSelectionOnObjectSelectionChange" true; | |
selectPref -sch 2; | |
// Sound | |
timeControl -e -waveform bottom $gPlayBackSlider; | |
// Time slider | |
playbackOptions -v "all"; | |
// Undo | |
undoInfo -infinity on; | |
// Modules | |
optionVar -iv loadUrchin 0; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment