Skip to content

Instantly share code, notes, and snippets.

@RedForty
Last active May 16, 2022 18:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RedForty/2a0aef360a931f672adca4c860875ac7 to your computer and use it in GitHub Desktop.
Save RedForty/2a0aef360a931f672adca4c860875ac7 to your computer and use it in GitHub Desktop.
My preferred preferences in Maya
// 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