Result from cmds.optionVar(list=True) from Maya 2022.1 on Windows 10, a total of 2,400 variables.
These represent a bulk of the Maya Preferences that are stored persistently to disk, they are the options in native UIs including the Maya Preferences UI itself.
# Example, is Maya playing every frame or at "real-time", skipping frames?
play_every_frame = cmds.optionVar(query="timeSliderPlaySpeed") == 0.0
opengl_legacy = cmds.optionVar(query="vp2RenderingEngine") == "OpenGL"- Find 2020.2 variables here
To regenerate the below listing, use this.
out = """\
| Variable | Description
|:---------|:--------------
"""
line = "| `%s` | "
lines = []
for var in cmds.optionVar(list=True):
lines += [line % var]
with open(r"c:\tmp\color.txt", "w") as f:
f.write(out + "\n".join(lines))| Variable | Description |
|---|---|
AEShowNotes |
|
AEpopupWhenCreatingShaders |
|
Adobe(R) Illustrator(R)Options |
|
AlembicOptions |
|
CB_IgnoreConfirmDelete |
|
CameraSetToolNamingTemplate |
|
ChannelBox_ClearSelectionOnObjectSelectionChange |
|
CreateNurbsCircleCtx |
|
CreateNurbsConeCtx |
|
CreateNurbsCubeCtx |
|
CreateNurbsCylinderCtx |
|
CreateNurbsPlaneCtx |
|
CreateNurbsSphereCtx |
|
CreateNurbsSquareCtx |
|
CreateNurbsTorusCtx |
|
CreatePolyConeCtx |
|
CreatePolyCubeCtx |
|
CreatePolyCylinderCtx |
|
CreatePolyHelixCtx |
|
CreatePolyPipeCtx |
|
CreatePolyPlaneCtx |
|
CreatePolyPlatonicSolidCtx |
|
CreatePolyPrismCtx |
|
CreatePolyPyramidCtx |
|
CreatePolySoccerBallCtx |
|
CreatePolySphereCtx |
|
CreatePolyTorusCtx |
|
CustomFileDialogSidebarUrls |
|
EEexprEdTextEditor |
|
EPSOptions |
|
EditImageDir |
|
FileDialogHideExtension |
|
FileDialogStyle |
|
HypershadeGridSnap |
|
HypershadeGridVisibility |
|
InExpertUIMode |
|
LastStateChannelsLayersVisibility |
|
LastStateCommandLineVisibility |
|
LastStateHelpLineVisibility |
|
LastStateLayersVisibility |
|
LastStateOutlinerVisibility |
|
LastStatePlaybackRangeVisibility |
|
LastStateShelfVisibility |
|
LastStateStatusLineVisibility |
|
LastStateTimeSliderVisibility |
|
LastStateToolboxVisibility |
|
MT_activeManipColor |
|
MT_autoloadTextures |
|
MT_compModeCustCmd |
|
MT_dynamicHUDColor |
|
MT_freeRotate |
|
MT_highlightOpacity |
|
MT_hiliteColorAdd |
|
MT_hiliteColorCutEdge |
|
MT_hiliteColorCutFace |
|
MT_hiliteColorCutLine |
|
MT_hiliteColorCutVert |
|
MT_hiliteColorSubtract |
|
MT_hiliteTransparency |
|
MT_hudShowCoordSpace |
|
MT_hudShowMode |
|
MT_manipPickRange |
|
MT_paintColorAdd |
|
MT_paintColorSubtract |
|
MT_planeHandleOffset |
|
MT_preSelectSize |
|
MT_prohibitNegativeScale |
|
MT_qdControlModifierKeys |
|
MT_qdControlShiftModifierKeys |
|
MT_qdNoModifierKeys |
|
MT_qdShiftModifierKeys |
|
MT_qdTabModifierKeys |
|
MT_quaDrawMmbWeld |
|
MT_refreshActiveOnly |
|
MT_resetManipOnSelChange |
|
MT_resetManipOnToolSwitch |
|
MT_selectDeadSpaceRange |
|
MT_shiftCtrlSlide |
|
MT_shiftSlide |
|
MT_showDynamicHUD |
|
MT_tweakDeadSpaceRange |
|
MT_useCompModeCustCmd |
|
Move |
|
MoveLimits |
|
MoveNormal |
|
NEGlobalView |
|
NParticleStyle |
|
OBJOptions |
|
OBJexportOptions |
|
OutputWindowGeometry |
|
OutputWindowVisible |
|
PanZoomContext |
|
PhotoshopDir |
|
PlayblastCmdAvi |
|
PlayblastCmdFormatAvi |
|
PlayblastCmdFormatQuicktime |
|
PlayblastCmdQuicktime |
|
PolyCutUVCtx |
|
PolySelectEditSplitRingAbsolute |
|
PolyTexShortestPath |
|
PolyViewPortShortestPath |
|
PreserveComponentSelections |
|
PropMod |
|
RecentBackupsMaxSize |
|
RecentFilesList |
|
RecentFilesMaxSize |
|
RecentFilesTypeList |
|
RecentProjectsMaxSize |
|
RecentSearchArray |
|
ResetModelViewsOnNewScene |
|
Rotate |
|
RotateLimits |
|
SVGOptions |
|
SafeModeAllowGlobalProc |
|
SafeModeAllowedlistPaths |
|
SafeModeBatchReportLevel |
|
SafeModeBuiltInCheck |
|
SafeModeBuiltInsBlocked |
|
SafeModeBuiltInsSuspFunct |
|
SafeModeDefaultBuiltinAction |
|
SafeModeDefaultCommandsAction |
|
SafeModeDefaultImportAction |
|
SafeModeExecUserSetupScript |
|
SafeModeGlobalPy |
|
SafeModeImportModulesList |
|
SafeModeImportOption |
|
SafeModeLogDir |
|
SafeModeLogfileFormat |
|
SafeModeLogging |
|
SafeModeOption |
|
SafeModeUserSetupHash |
|
SafeModeUserSetupHashOption |
|
Scale |
|
ScaleLimits |
|
ScriptEditorExecuterLabelArray |
|
ScriptEditorExecuterTabIndex |
|
ScriptEditorExecuterTypeArray |
|
SelectLasso |
|
ShowExtrudeAttributeViewportSliders |
|
SoftSelectOptionsContext |
|
TextureLasso |
|
TrackSelectionOrder |
|
Transform |
|
TrustCenterCommandsList |
|
TrustCenterPathAction |
|
TrustCenterPathOption |
|
ViewImageCmdFormat |
|
ViewImageDir |
|
ViewSequenceCmdFormat |
|
ViewSequenceDir |
|
activeAEShowFilterStates |
|
activeAEShowFilterTypes |
|
activeObjectPivots |
|
alignToolCtx |
|
allowMenusInPanels |
|
animBlendBrokenInputOpt |
|
animBlendingOpt |
|
animEdCadenceLineType |
|
animEdHideTimeMarkerDuringPlayback |
|
animEdZeroCadenceLine |
|
animLayerButtonsOnRight |
|
animLayerDefaultPassthroughMode |
|
animLayerDefaultRotationMode |
|
animLayerDefaultScaleMode |
|
animLayerFilterActive |
|
animLayerFilterOptions |
|
animLayerGhostOption |
|
animLayerLockCurves |
|
animLayerMuteLock |
|
animLayerReverseLayerStack |
|
animLayerSelectOnCollapse |
|
animLayerSelectionKey |
|
animateRoll |
|
animateRollFitAll |
|
animateRollGotoBookmark |
|
animateRollNextLastCameraView |
|
animateRollViewCompass |
|
animationCurveOption |
|
animationDetailsVisibility |
|
apiPrefLazyLoading |
|
apiPrefOldPluginWarning |
|
arcLenDimContext |
|
artSelectContext |
|
assemblyDefinitionAddLocator |
|
assemblyDefinitionShowUsageMsg |
|
assemblyLoadRepOnCreation |
|
attrEdListType |
|
attrEdPaneRatio |
|
attrEditorIsLongName |
|
audioOptions |
|
autoAdjustmentActive |
|
autoFillLastCommand |
|
autoKeyCharacterState |
|
autoKeyframeState |
|
autoSaveDestination |
|
autoSaveEnable |
|
autoSaveFolder |
|
autoSaveInterval |
|
autoSaveLimitBackups |
|
autoSaveMaxBackups |
|
autoSavePrompt |
|
azimuthElevationContext |
|
batchRenderMessagesVerbosity |
|
bevelOutputPolygons |
|
birail1OutputPoly |
|
birail2OutputPoly |
|
birail3OutputPoly |
|
blendOutputPoly |
|
blendShapeEditHUD |
|
boundaryPolys |
|
boxZoom2dContext |
|
boxZoomContext |
|
boxZoomtwContext |
|
browserLocationmayaBinaryscene |
|
brushOption |
|
bump2dUseTangentSpaceNormalsByDefault |
|
cachePreferenceDynamicsSupportEnabled |
|
cacheVisibility |
|
cachedOption |
|
cachedPlaybackCacheSmoothMeshes |
|
cachedPlaybackDiscardFramesOutOfRange |
|
cachedPlaybackDynamicsAsyncRefresh |
|
cachedPlaybackEnable |
|
cachedPlaybackFillDirection |
|
cachedPlaybackFillType |
|
cachedPlaybackHeight |
|
cachedPlaybackHybridCacheMode |
|
cachedPlaybackMemoryThreshold |
|
cachedPlaybackMode |
|
cachedPlaybackPosition |
|
cachedPlaybackPreventFrameSkipping |
|
cachedPlaybackResourceGuard |
|
cachedPlaybackShowCacheStatus |
|
cachedPlaybackShowCachedSubframes |
|
cachedPlaybackShowInvalidatedFrames |
|
cachedPlaybackShowWarningFrames |
|
cachedPlaybackShowWarningMessages |
|
cameraNamesVisibility |
|
canSuppressFileOpenErrorDialog |
|
capsLockVisibility |
|
cbDockWidgetArea |
|
cbInMainWindow |
|
channelsFieldWidth |
|
channelsLayersPaneSize |
|
channelsLayersSeparate |
|
channelsLayersVisible |
|
channelsLongName |
|
channelsPrecision |
|
channelsVisible |
|
circularFilletOutputPolygons |
|
clDockWidgetArea |
|
clInMainWindow |
|
clickBoxSize |
|
clipOption |
|
cmdWindowTitleBarVis |
|
collapseIconBarsInPanels |
|
colorManagementColorPickerColorMgtEnabled |
|
colorManagementColorPickerColorSpaceSelection |
|
colorManagementEnabledByDefault |
|
colorManagementManagePots |
|
colorManagementManagePotsHold |
|
colorManagementOCIORulesEnabled |
|
colorManagementPolicyFileName |
|
colorManagementPolicyFileNameHold |
|
colorMaterialBlend |
|
colorMaterialChannel |
|
colorPreferenceWindowState |
|
colorShadedDisplay |
|
commandExecuterAutoCloseBraces |
|
commandExecuterShowLineNumbers |
|
commandExecuterSpacesPerTab |
|
commandExecuterTabsForIndent |
|
commandLineHoldFocus |
|
commandLineInputFieldWidth |
|
commandLineNumHistoryLines |
|
commandLineSourceType |
|
commandLineVisible |
|
commandReporterSourceTypeFilter |
|
commandReportercmdScrollFieldReporter1SuppressErrors |
|
commandReportercmdScrollFieldReporter1SuppressInfo |
|
commandReportercmdScrollFieldReporter1SuppressResults |
|
commandReportercmdScrollFieldReporter1SuppressStackTrace |
|
commandReportercmdScrollFieldReporter1SuppressWarnings |
|
commandportDefaultName |
|
commandportOpenByDefault |
|
connectToolMode |
|
connectToolPinch |
|
connectToolSegments |
|
connectToolSlide |
|
containerAutoSelectContainer |
|
containerCentricSelection |
|
containerChanBoxMaxNoTemplate |
|
containerChanBoxMaxWithTemplate |
|
containerFlatViewCap |
|
containerRootUsesCustomIcon |
|
containerSelRootsInOutliner |
|
contentBrowserFilterExtensions |
|
contentBrowserThumbnailSizes |
|
copyKeyControlPoints |
|
copyKeyDriven |
|
copyKeyHierarchy |
|
copyKeyOption |
|
copyKeyRange |
|
copyKeyShapes |
|
copyKeyUseChannelBox |
|
copyKeyWhichRange |
|
create2dTextureType |
|
createMaterialsWithShadingGroup |
|
createNurbsPrimitiveAsTool |
|
createPolyPrimitiveAsTool |
|
createTexturesWithPlacement |
|
cteEditorSnapToClip |
|
cteEditorSnapToFrame |
|
cteEditorSnapTolerance |
|
currentDisplayLayerActive |
|
currentFrameVisibility |
|
currentHotkeySet |
|
currentMenuBarTab |
|
curveSelectionOn |
|
customPathHelpUrl2022 |
|
customSelectPriority |
|
defaultCameraFarClipValue |
|
defaultCameraNearClipValue |
|
defaultDiskCacheSaveAsType |
|
defaultFileCreateReferenceType |
|
defaultFileExportActiveType |
|
defaultFileExportAllType |
|
defaultFileExportEditsType |
|
defaultFileExportSelectionAsReferenceType |
|
defaultFileImportType |
|
defaultFileOpenType |
|
defaultFileReferenceType |
|
defaultFileSaveType |
|
defaultFitFactor |
|
defaultFontSize |
|
defaultLockContainerUnpublished |
|
defaultLockFile |
|
defaultShowManipulator |
|
defaultTextureSaveAsType |
|
deformationCreateTweak |
|
deformationSelectionComponentTags |
|
deformationUseComponentTags |
|
deformerOption |
|
directKeyContext |
|
directionalLightColor |
|
directionalLightIntensity |
|
directionalLightInteractivePlacement |
|
directionalLightShadowColor |
|
directionalLightShadows |
|
disableComponentPopups |
|
disableDeletePromptWarning |
|
displayAlphaAsGreyScale |
|
displayAnimLayerAndCharacterForm |
|
displayBookmarksForm |
|
displayCrashInfo |
|
displayDivisionLines |
|
displayFramerateandPlaybackSpeed |
|
displayGridAxes |
|
displayGridAxesAccented |
|
displayGridLines |
|
displayGridOrthoLabelPosition |
|
displayGridOrthoLabels |
|
displayGridPerspLabelPosition |
|
displayGridPerspLabels |
|
displayLayerCurrent |
|
displayLayerMerge |
|
displayLayerOption |
|
displayNewFeatureHighlights |
|
displayOrthoGridLabels |
|
displayPerspGridLabels |
|
displayPolyBackFaceCull |
|
displayPolyBorderEdgeHilite |
|
displayPolyBorderEdgeSize |
|
displayPolyBorderMapHilite |
|
displayPolyCreaseEdgeHilite |
|
displayPolyCreaseVertexHilite |
|
displayPolyEdgeDisp |
|
displayPolyFacetCentreDisp |
|
displayPolyFacetNormalDisp |
|
displayPolyFacetTrngleDisp |
|
displayPolyFacetWarpDisp |
|
displayPolyHoleFacesHilite |
|
displayPolyNormalSize |
|
displayPolyNumEdge |
|
displayPolyNumFacet |
|
displayPolyNumUv |
|
displayPolyNumVertex |
|
displayPolyObjsAffected |
|
displayPolyUV |
|
displayPolyUVSize |
|
displayPolyUVTopology |
|
displayPolyVertexNormals |
|
displayPolyVertexSize |
|
displayPolyVtxBackCull |
|
displayPolyVtxDisp |
|
displayPreferenceIcon |
|
displayRegionOfEffect |
|
displayViewportGradient |
|
distanceDimContext |
|
dolly2dContext |
|
dollyContext |
|
dollytwContext |
|
dopeSheetAutoFit |
|
dopeSheetShowTicks |
|
duplicateSpecialCopy |
|
duplicateSpecialCount |
|
duplicateSpecialGroup |
|
duplicateSpecialInputConn |
|
duplicateSpecialInstanceLeaf |
|
duplicateSpecialRX |
|
duplicateSpecialRY |
|
duplicateSpecialRZ |
|
duplicateSpecialRenameChildren |
|
duplicateSpecialSX |
|
duplicateSpecialSY |
|
duplicateSpecialSZ |
|
duplicateSpecialSmart |
|
duplicateSpecialTX |
|
duplicateSpecialTY |
|
duplicateSpecialTZ |
|
duplicateSpecialUpstream |
|
dynParticleContext |
|
dynPrefAutoCreate |
|
dynPrefEchoCollision |
|
dynPrefRunupFrom |
|
dynPrefRunupToCurrentTime |
|
dynPrefSaveRuntimeState |
|
dynWireCtx1 |
|
echoAllLines |
|
editMAOptions |
|
editMBOptions |
|
editorConnectionScanLimit |
|
enableRealWorldSize |
|
enableSwatchRendering |
|
evaluationMode |
|
evaluationVisibility |
|
expandPopupList |
|
expressionOption |
|
externalContentTableStorageEnabled |
|
extrudeOutputPolygons |
|
fastInteraction |
|
fastOutlinerSelection |
|
fbikDetailsVisibility |
|
fcheckAsImageViewer |
|
fileCompressionMode |
|
fileExecuteSN |
|
fileIgnoreVersion |
|
fileOpenRefLoadSetting |
|
fileOpenReserveNamespaces |
|
fileSelPreload |
|
fluidCacheOptions |
|
fontSetOpt |
|
forceUIPrecision |
|
frameRateVisibility |
|
freeFormFilletOutputPolygons |
|
generateUVTilePreviewsOnSceneLoad |
|
ghostAllInRange |
|
ghostingCustomFrames |
|
ghostingEnabled |
|
ghostingGeometryFilter |
|
ghostingHierarchy |
|
ghostingJointFilter |
|
ghostingLocatorFilter |
|
ghostingMode |
|
ghostingPreset |
|
ghostingUseDriver |
|
ghostsFarOpacity |
|
ghostsNearOpacity |
|
ghostsPostColor |
|
ghostsPreColor |
|
ghostsStep |
|
globalPolyDefaultSmoothDrawType |
|
globalVisibilityOfComponentBars |
|
gpuCacheAllAuto |
|
gpuCacheBackgroundReading |
|
gpuCacheBackgroundReadingAuto |
|
gpuCacheBackgroundReadingRefresh |
|
gpuCacheBackgroundReadingRefreshAuto |
|
gpuCacheDisableVertexArraysAuto |
|
gpuCacheGlSelectionMode |
|
gpuCacheGlSelectionModeAuto |
|
gpuCacheHardwareInstancingThreshold |
|
gpuCacheHardwareInstancingThresholdAuto |
|
gpuCacheIgnoreUv |
|
gpuCacheLowMemMode |
|
gpuCacheLowVramOperationAuto |
|
gpuCacheMaxNumOfBuffers |
|
gpuCacheMaxNumOfBuffersAuto |
|
gpuCacheMaxVram |
|
gpuCacheMaxVramAuto |
|
gpuCacheMinVerticesPerShape |
|
gpuCacheMinVerticesPerShapeAuto |
|
gpuCacheSelectionSurfaceThreshold |
|
gpuCacheSelectionSurfaceThresholdAuto |
|
gpuCacheSelectionWireThreshold |
|
gpuCacheSelectionWireThresholdAuto |
|
gpuCacheTwoSidedLightingAuto |
|
gpuCacheTwoSidedLightingMode |
|
gpuCacheUseHardwareInsancingAuto |
|
gpuCacheUseHardwareInstancing |
|
gpuCacheUseVertexArrays |
|
gpuCacheUvCoordinatesAuto |
|
gpuCacheVP2OverrideAPI |
|
gpuCacheVP2OverrideAPIAuto |
|
gpuOverride |
|
graphDollyContext |
|
graphEdDisplayAssets |
|
graphEdOutlinerWidth |
|
graphEdSnapToAdjacentValues |
|
graphEdTimelinePos |
|
graphEdValueLineDisplay |
|
graphEdValueLineInterval |
|
graphEdValueLineLength |
|
graphEdValueMinLines |
|
graphEditorAutoExpandAnimatedShapes |
|
graphEditorAutoFit |
|
graphEditorAutoFitTime |
|
graphEditorClipTime |
|
graphEditorDisplayActiveKeys |
|
graphEditorDisplayActiveTangents |
|
graphEditorDisplayInfinities |
|
graphEditorDisplayKeys |
|
graphEditorDisplayNormalized |
|
graphEditorDisplayTangents |
|
graphEditorHasClassicToolbar |
|
graphEditorHighlightAffectedCurves |
|
graphEditorKeyMinScale |
|
graphEditorKeyScale |
|
graphEditorLockPlayRangeShades |
|
graphEditorShowActiveCurveNames |
|
graphEditorShowBufferCurves |
|
graphEditorShowCurveNames |
|
graphEditorShowPlayRangeShades |
|
graphEditorShowResult |
|
graphEditorShowUpstreamCurves |
|
graphEditorSimpleKeyView |
|
graphEditorStackedCurves |
|
graphTrackContext |
|
greasePencilBrushEraserRadius |
|
greasePencilBrushMarkerOpacity |
|
greasePencilBrushMarkerRadius |
|
greasePencilBrushPencilOpacity |
|
greasePencilBrushPencilRadius |
|
greasePencilBrushSoftPencilOpacity |
|
greasePencilBrushSoftPencilRadius |
|
greasePencilBrushType |
|
greasePencilContext |
|
gridDivisions |
|
gridSize |
|
gridSpacing |
|
groupIDnOption |
|
groupPreserve |
|
groupWorld |
|
groupZeroPivot |
|
hasBeenRestored |
|
heatMapMetric |
|
helpBrowserRaiseWindow |
|
helpBrowserUseWindow |
|
helpLanguage |
|
helpLineVisible |
|
helpMode |
|
hideNoFPSFramerate |
|
highPrecisionNurbs |
|
hikDetailsVisibility |
|
hikRotationInterpolationDefault |
|
hikSegmentScaleCompensateIsOff |
|
hotBoxDisplayStyle |
|
hotBoxTransparencyLevel |
|
hotkeyEdAppCmdColWidth |
|
hotkeyEdRunCmdColWidth |
|
hsBinsSortShadingNodesOnly |
|
hsClearBeforeGraphing |
|
hsMergeConnections |
|
hsOpaqueContainers |
|
hsShowRelationships |
|
hyperShadePanelCreateBarIconsAndTextWidth |
|
hyperShadePanelCreateBarShown |
|
hyperShadePanelTabSectionsShown |
|
igAutoExport |
|
igAutoExportFolder |
|
igAutoExportTpu |
|
igBrushAttractMag |
|
igBrushAttractStyle |
|
igBrushBendMag |
|
igBrushElevDegrees |
|
igBrushElevGoalAngle |
|
igBrushEraserBendMag |
|
igBrushEraserLengthMag |
|
igBrushEraserOrientMag |
|
igBrushFalloff |
|
igBrushLengthGoal |
|
igBrushLengthIncr |
|
igBrushMaskMag |
|
igBrushMaskUse |
|
igBrushNoiseAboutNDegrees |
|
igBrushNoiseMidMag |
|
igBrushNoiseOffNDegrees |
|
igBrushNoiseTipMag |
|
igBrushNoiseTwistDegrees |
|
igBrushNoiseWidthMag |
|
igBrushOrientMag |
|
igBrushPartMag |
|
igBrushPoseBendMag |
|
igBrushPoseOrientMag |
|
igBrushRegionColor |
|
igBrushRepelMag |
|
igBrushSmoothBendMag |
|
igBrushSmoothLengthMag |
|
igBrushSmoothOrientMag |
|
igBrushSpacing |
|
igBrushTwistMag |
|
igBrushWidthGoal |
|
igBrushWidthIncr |
|
ignoreSelectionPriority |
|
ikFKSwitchState |
|
ikHandleContext |
|
ikHandleDisplayScale |
|
ikIkFkDisplayMethod |
|
ikIkFkJointDisplayScale |
|
ikJointDisplayScale |
|
ikSplineHandleContext |
|
imageOptions |
|
inTanSelectionOn |
|
inTangentType |
|
inViewEditorVisible |
|
inViewMessageAssistEnable |
|
inViewMessageDisplayTime |
|
inViewMessageEnable |
|
inViewMessageFontSize |
|
inViewMessageOpacity |
|
inViewMessageStatusEnable |
|
includeCommandsInSearch |
|
includeKeywordsInResult |
|
incrementalSaveLimitBackups |
|
incrementalSaveMaxBackups |
|
insertJointContext |
|
insertKeyContext |
|
interactionModeToSuite |
|
interfaceScalingMode |
|
interfaceScalingValue |
|
iprRenderMotionBlur |
|
iprRenderShading |
|
iprRenderShadowMaps |
|
isAttributeEditorVisible |
|
isCompressedPreserveNameEnabled |
|
isCompressedSaveEnabled |
|
isFirstTimeRunningMaya |
|
isHotBoxAnimationRowVisible |
|
isHotBoxClothRowVisible |
|
isHotBoxCommonRowVisible |
|
isHotBoxDynamicsRowVisible |
|
isHotBoxLiveRowVisible |
|
isHotBoxModelingRowVisible |
|
isHotBoxPaneSpecificRowVisible |
|
isHotBoxPolygonsRowVisible |
|
isHotBoxRenderingRowVisible |
|
isHotBoxRiggingRowVisible |
|
isHotBoxRmbPopupsOn |
|
isHotBoxShowAll |
|
isHotBoxSurfacesRowVisible |
|
isIncrementalSaveEnabled |
|
isMarkingMenuOn |
|
isShelfLoad |
|
isShelfSave |
|
isShelfVisible |
|
jointContext |
|
journalIsOn |
|
kCaddyManipDimensions |
|
kCaddyManipNormalizedPosition |
|
keepCurrentWorkingUnits |
|
keepKeysAtCurrentFrame |
|
keySelectionOn |
|
keySetPreserveCurveShape |
|
keyUseChannelBox |
|
keyframeRegionDirectKeyContext |
|
keyframeRegionDollyContext |
|
keyframeRegionInsertKeyContext |
|
keyframeRegionMoveKeyContext |
|
keyframeRegionScaleKeyContext |
|
keyframeRegionSelectKeyContext |
|
keyframeRegionSetKeyContext |
|
keyframeRegionTrackContext |
|
kpolyCubeCaddyElementNames |
|
kpolyCubeNumberOfCaddyElements |
|
lastLocalWS |
|
latticeDeformKeyContext |
|
layersVisible |
|
leDockWidgetArea |
|
leInMainWindow |
|
lineWidth |
|
loadDynamics |
|
loadUrchin |
|
localHelpUrl2022 |
|
locatorOption |
|
loftPolys |
|
mDNN |
|
mHOC |
|
mIVM |
|
mNDT |
|
mNOC |
|
mOGTN |
|
mainMenuBarNeedsToBeTraversedWhenHotkeyEditorIsOpened |
|
mainWindowDisable |
|
mainWindowMenubarVis |
|
mainWindowTitleBarVis |
|
manipClickBoxSize |
|
manipGlobalScale |
|
manipHandleSize |
|
manipHideOnCtrl |
|
manipHideOnShift |
|
manipHideOnShiftCtrl |
|
manipLinePickSize |
|
manipLineSize |
|
manipMiddleMouseRepos |
|
manipPivotRotateHandleOffset |
|
manipPlaneHandleOffset |
|
manipPreviousStateSize |
|
manipShowPenumbraDecayRegions |
|
manipShowPivotRotateHandle |
|
manipShowPlaneHandles |
|
manipSmartDuplicate |
|
manipSmartDuplicateType |
|
manipSmartExtrude |
|
manipsRememberActiveHandle |
|
manipsRememberActiveHandleAfterToolSwitch |
|
markingMenuEditorAnnotations |
|
markingMenuEditorDisplayAsMMFlags |
|
markingMenuEditorFilenames |
|
markingMenuEditorIsNamedCommandFlags |
|
mashMenuName |
|
materialLoadingDetailsVisibility |
|
materialLoadingMode |
|
maxImageSizeForSwatchGen |
|
maxTextureResolution |
|
mayaAsciiOptions |
|
mayaBinaryOptions |
|
mayaDisableUfeSelection |
|
mayaMacButtonMap |
|
mayaMode |
|
melDuplicateVariableWarnings |
|
melOptions |
|
metadataVisualAuto |
|
metadataVisualCurrentStreamMember |
|
metadataVisualInterpolation |
|
metadataVisualMax |
|
metadataVisualMethod |
|
metadataVisualMin |
|
metadataVisualRayScale |
|
miCacheOptimFileTextures |
|
miCollapseHistoryOnProxyUpdate |
|
miEnableRayTracingForSwatch |
|
miFileTextureCacheConversionScope |
|
miFileTextureCacheLocation |
|
miFileTextureCacheStorageMode |
|
miUseMayaAlphaDetection |
|
minorNodeTypes |
|
minorNodeTypesDisplay |
|
modelPanel1 |
|
modelPanel2 |
|
modelPanel3 |
|
modelPanel4 |
|
modelWithToolAlignCurve |
|
modelWithToolAlignSurface |
|
modelWithToolAttachCurve |
|
modelWithToolAttachSurface |
|
modelWithToolBevel |
|
modelWithToolBoundary |
|
modelWithToolCircFillet |
|
modelWithToolCloseCurve |
|
modelWithToolCloseSurface |
|
modelWithToolCutCurve |
|
modelWithToolCvHardness |
|
modelWithToolDetachCurve |
|
modelWithToolDetachSurface |
|
modelWithToolDuplCurve |
|
modelWithToolDuplicateSurface |
|
modelWithToolExtendCosCurve |
|
modelWithToolExtendCurve |
|
modelWithToolExtendSurface |
|
modelWithToolExtrude |
|
modelWithToolFilletCurve |
|
modelWithToolFitBspline |
|
modelWithToolFreeFillet |
|
modelWithToolGlobalStitch |
|
modelWithToolInsertCurve |
|
modelWithToolInsertSurface |
|
modelWithToolIntersect |
|
modelWithToolIntersectCurve |
|
modelWithToolLoft |
|
modelWithToolOffsetCoS |
|
modelWithToolOffsetCurve |
|
modelWithToolOffsetSurface |
|
modelWithToolPlanar |
|
modelWithToolProject |
|
modelWithToolProjectTangent |
|
modelWithToolRebuildCurve |
|
modelWithToolRebuildSurface |
|
modelWithToolReverseCurve |
|
modelWithToolReverseSurface |
|
modelWithToolRevolve |
|
modelWithToolSmoothCurve |
|
modelWithToolSquareSrf |
|
modelWithToolUntrim |
|
modelWithToolsHold |
|
modelWithTypeHold |
|
moveKeyContext |
|
moveOptions |
|
multiCutDeleteFaces |
|
multiCutEdgeFlow |
|
multiCutExtractFaces |
|
multiCutExtractOffset |
|
multiCutHiliteColorEdge |
|
multiCutHiliteColorFace |
|
multiCutHiliteColorLine |
|
multiCutHiliteColorVert |
|
multiCutIgnoreBackfaces |
|
multiCutSmoothingAngle |
|
multiCutSnapStep |
|
multiCutSubdivisions |
|
multiCutUseEdgeFlow |
|
nameOfHotBoxC1MarkingMenu |
|
nameOfHotBoxC2MarkingMenu |
|
nameOfHotBoxC3MarkingMenu |
|
nameOfHotBoxE1MarkingMenu |
|
nameOfHotBoxE2MarkingMenu |
|
nameOfHotBoxE3MarkingMenu |
|
nameOfHotBoxN1MarkingMenu |
|
nameOfHotBoxN2MarkingMenu |
|
nameOfHotBoxN3MarkingMenu |
|
nameOfHotBoxS1MarkingMenu |
|
nameOfHotBoxS2MarkingMenu |
|
nameOfHotBoxS3MarkingMenu |
|
nameOfHotBoxW1MarkingMenu |
|
nameOfHotBoxW2MarkingMenu |
|
nameOfHotBoxW3MarkingMenu |
|
newCurveDisplayCV |
|
newCurveDisplayEP |
|
newCurveDisplayHull |
|
newFeatureHighlightColor |
|
newFileEnabled |
|
newFileName |
|
newNurbsIsoparms |
|
newNurbsPointsShaded |
|
newNurbsPointsWire |
|
newPolyBackFaceCull |
|
newPolyBorderEdgeHilite |
|
newPolyBorderEdgeSize |
|
newPolyBorderMapHilite |
|
newPolyColorChannel |
|
newPolyColorShaded |
|
newPolyCreaseEdgeHilite |
|
newPolyCreaseVertexHilite |
|
newPolyDefaultSmoothDrawType |
|
newPolyDefaultVertexNormalMethod |
|
newPolyEdgeDisp |
|
newPolyFacetCentreDisp |
|
newPolyFacetNormalDisp |
|
newPolyFacetTrngleDisp |
|
newPolyFacetWarpDisp |
|
newPolyHoleFacesHilite |
|
newPolyMaterialBlend |
|
newPolyNormalSize |
|
newPolyNumEdgeDisp |
|
newPolyNumFacetDisp |
|
newPolyNumUvDisp |
|
newPolyNumVertexDisp |
|
newPolyUVSize |
|
newPolyVertexNormals |
|
newPolyVertexSize |
|
newPolyVtxBackCull |
|
newPolyVtxDisp |
|
newScenePanelConfiguration |
|
newSurfaceDisplayCV |
|
newSurfaceDisplayEP |
|
newSurfaceDisplayHull |
|
newSurfaceDisplayOrigin |
|
nodeEdAddNewNodes |
|
nodeEdAdditiveGraphingMode |
|
nodeEdAutoSizeNodes |
|
nodeEdConnectNodeOnCreation |
|
nodeEdConnectOnDrop |
|
nodeEdConnectionMinSegment |
|
nodeEdConnectionOffset |
|
nodeEdConnectionRoundness |
|
nodeEdConnectionStyle |
|
nodeEdConnectionTension |
|
nodeEdConsistentNodeNameSize |
|
nodeEdCopyConnectionsOnPaste |
|
nodeEdDefaultNodeViewMode |
|
nodeEdDefaultPinnedState |
|
nodeEdExtendToShapes |
|
nodeEdGridSnapping |
|
nodeEdGridVisibility |
|
nodeEdHighlightConnectionsBifrost |
|
nodeEdHighlightConnectionsRegular |
|
nodeEdIgnoreAssets |
|
nodeEdLODLimit |
|
nodeEdLayoutEngine |
|
nodeEdNoImplicitAddTypes |
|
nodeEdSaveGraphInfoWithPanel |
|
nodeEdShowNamespace |
|
nodeEdShowSGShapes |
|
nodeEdShowShapes |
|
nodeEdShowTransforms |
|
nodeEdSyncedSelection |
|
nodeEdUseAssetsAndPublishedAttributes |
|
nodeEditorIsLongName |
|
nodeEditorShowBookmarkIcons |
|
nodeEditorShowDepthTraversalIcons |
|
nodeEditorShowDisplayIcons |
|
nodeEditorShowFilterUI |
|
nodeEditorShowGridIcons |
|
nodeEditorShowLayoutIcons |
|
nodeEditorShowLodPinIcons |
|
nodeEditorShowRegraphIcons |
|
numShelves |
|
nurbsCrvOption |
|
nurbsPrimitiveAsToolExitOnComplete |
|
nurbsSelect |
|
nurbsSrfOption |
|
objectDetailsVisibility |
|
oneTimeDefaultPluginLoad2008Ext2 |
|
oneTimeDefaultPluginLoad2011 |
|
oneTimeDefaultPluginLoad2012 |
|
oneTimeDefaultPluginLoad2013 |
|
oneTimeDefaultPluginLoad2013Update |
|
oneTimeDefaultPluginLoad2014 |
|
oneTimeDefaultPluginLoad2014Update |
|
oneTimeDefaultPluginLoad2015 |
|
oneTimeDefaultPluginLoad2015Ext1 |
|
oneTimeDefaultPluginLoad2016 |
|
oneTimeDefaultPluginLoad2016Ext1 |
|
oneTimeDefaultPluginLoad2016Ext2 |
|
oneTimeDefaultPluginLoad2017 |
|
oneTimeDefaultPluginLoad2018 |
|
oneTimeDefaultPluginLoad2019 |
|
oneTimeDefaultPluginLoad2020Update1 |
|
oneTimeDefaultPluginLoad2021 |
|
oneTimeDefaultPluginLoad2022 |
|
oneTimeDefaultPluginLoad50 |
|
oneTimeDefaultPluginLoad65 |
|
oneTimeDefaultPluginLoad70 |
|
oneTimeUnlimitedPluginLoad30 |
|
optionBoxDimensionsDuplicateSpecial |
|
optionBoxDimensionsGridOptions |
|
optionBoxDimensionsNewSceneOptions |
|
optionBoxDimensionsOptimizeSceneSize |
|
optionBoxDimensionsSaveSceneOptions |
|
optionvarCustomCurvesTypeBevel |
|
optionvarCustomCurvesTypeExtrude |
|
outTanSelectionOn |
|
outTangentType |
|
outlinerAutoSelectSetMembers |
|
paintEffectsDisplayMesh |
|
paramDimContext |
|
particleCountVisibility |
|
partitionOption |
|
pasteKeyConnect |
|
pasteKeyCopies |
|
pasteKeyOption |
|
pasteKeyRange |
|
pasteKeyTargetTime |
|
pasteKeyTimeOffset |
|
pasteKeyTimeRangeOverride |
|
pasteKeyValueOffset |
|
pbOption |
|
performanceSettingBindSkinAndFlexors |
|
performanceSettingBlendShapes |
|
performanceSettingClusterResolution |
|
performanceSettingClusters |
|
performanceSettingFlexors |
|
performanceSettingGlobalClusterResolution |
|
performanceSettingGlobalLatticeResolution |
|
performanceSettingLatticeResolution |
|
performanceSettingLattices |
|
performanceSettingPaintEffects |
|
performanceSettingSculpts |
|
performanceSettingStitchSurfaces |
|
performanceSettingTrimDisplay |
|
performanceSettingWires |
|
planarTrimPolys |
|
playbackMax |
|
playbackMaxDefault |
|
playbackMaxRange |
|
playbackMaxRangeDefault |
|
playbackMin |
|
playbackMinDefault |
|
playbackMinRange |
|
playbackMinRangeDefault |
|
playbackRangeVisible |
|
playblastFile |
|
playblastShowCVs |
|
playblastShowCameras |
|
playblastShowClipGhosts |
|
playblastShowControllers |
|
playblastShowDeformers |
|
playblastShowDimensions |
|
playblastShowDynamicConstraints |
|
playblastShowDynamics |
|
playblastShowFluids |
|
playblastShowFollicles |
|
playblastShowGreasePencil |
|
playblastShowGrid |
|
playblastShowHUD |
|
playblastShowHairSystems |
|
playblastShowHandles |
|
playblastShowHoldOuts |
|
playblastShowHulls |
|
playblastShowIKHandles |
|
playblastShowImagePlane |
|
playblastShowJoints |
|
playblastShowLights |
|
playblastShowLocators |
|
playblastShowMotionTrails |
|
playblastShowNCloths |
|
playblastShowNParticles |
|
playblastShowNRigids |
|
playblastShowNURBSCurves |
|
playblastShowNURBSSurfaces |
|
playblastShowParticleInstancers |
|
playblastShowPivots |
|
playblastShowPlanes |
|
playblastShowPluginShapes |
|
playblastShowPolyMeshes |
|
playblastShowSelectionHighlighting |
|
playblastShowStrokes |
|
playblastShowSubdivSurfaces |
|
playblastShowTextures |
|
plug-inOptions |
|
polyAppendFacetContext |
|
polyAutoConvertAction |
|
polyAutoInstallAction |
|
polyAutoShowColorPerVertex |
|
polyCount |
|
polyCountVisibility |
|
polyCreaseContext |
|
polyCreateFacetContext |
|
polyCreateMeshesSingleSided |
|
polyCutContext |
|
polyDefaultTangentSmoothingAngle |
|
polyDefaultTangentSpace |
|
polyDisplayDisplayBackfaceCulling |
|
polyDisplayHardEdgeBackfaceCulling |
|
polyDisplayLimitedToSelectedOV |
|
polyDisplayWireBackfaceCulling |
|
polyFaceSensitive |
|
polyKeepFacetsGrouped |
|
polyMergeEdgeContext |
|
polyMergeFacetContext |
|
polyMergeVertexContext |
|
polyPrimitiveAsToolExitOnComplete |
|
polyPrimitiveCubeAxis |
|
polyPrimitiveCubeCreateUVs |
|
polyPrimitiveCubeDepth |
|
polyPrimitiveCubeHeight |
|
polyPrimitiveCubeNormalize |
|
polyPrimitiveCubeNormalizeType |
|
polyPrimitiveCubePreserveAspectRatio |
|
polyPrimitiveCubeSX |
|
polyPrimitiveCubeSY |
|
polyPrimitiveCubeSZ |
|
polyPrimitiveCubeTexture |
|
polyPrimitiveCubeWidth |
|
polyPrimitivePlaneAxis |
|
polyPrimitivePlaneCreateUVs |
|
polyPrimitivePlaneHeight |
|
polyPrimitivePlanePreserveAspectRatio |
|
polyPrimitivePlaneSX |
|
polyPrimitivePlaneSY |
|
polyPrimitivePlaneTexture |
|
polyPrimitivePlaneWidth |
|
polySelectContext |
|
polySelectEditContext |
|
polySlideEdgeContext |
|
polySplitContext |
|
polySplitContext2 |
|
polyVertexNormalEdit |
|
popUpHelpMode |
|
popUpSimpleHelpMode |
|
popupMenuSelection |
|
poseEditorTreeViewSelection |
|
poseOption |
|
positionalTolerance |
|
postFrames |
|
preFrames |
|
preSelectHilite |
|
preferredRenderer |
|
preferredRendererFallback |
|
preferredRendererSet |
|
prepopulateController |
|
primitivePlacementRule |
|
proxyOptionsNewProxyTag |
|
proxyOptionsNewReferenceTag |
|
proxyOptionsProxyTag |
|
proxyOptionsReferenceTag |
|
proxyOptionsUseNewProxyTag |
|
proxyOptionsUseNewReferenceTag |
|
ptConOption |
|
quadDrawAutoWeld |
|
quadDrawAutoWeldTolerance |
|
quadDrawExtend |
|
quadDrawMeshAlpha |
|
quadDrawMeshColorOverride |
|
quadDrawMeshOffset |
|
quadDrawOverlayAppendMesh |
|
quadDrawOverlayAppendMeshColor |
|
quadDrawRelax |
|
quadDrawSnapToBackfaces |
|
quadDrawStripSize |
|
quadDrawUseMeshAlpha |
|
quadDrawUseMeshColorOverride |
|
quadDrawUseMeshOffset |
|
quickFieldMode |
|
quickPanelButtonLayout |
|
ragdollAddUserAttributes |
|
ragdollAutoInitialState |
|
ragdollAutoOrient |
|
ragdollAutoReturnToStart |
|
ragdollAutoUpgrade |
|
ragdollBakeDeletePhysics |
|
ragdollBakeEndTime |
|
ragdollBakeIncludeStatic |
|
ragdollBakePerformance |
|
ragdollBakeRange |
|
ragdollBakeScene |
|
ragdollBakeStartTime |
|
ragdollBakeToLayer |
|
ragdollBakeUnrollRotation |
|
ragdollCacheMedia |
|
ragdollChainAutoLimits |
|
ragdollChainAutoMultiplier |
|
ragdollChainDrawShaded |
|
ragdollChainPassiveRoot |
|
ragdollChainShapeType |
|
ragdollCharacterControl |
|
ragdollCharacterCopy |
|
ragdollCharacterLabels |
|
ragdollCharacterNormalise |
|
ragdollCharacterSkipBehaviour |
|
ragdollCharacterStopBehaviour |
|
ragdollColor |
|
ragdollComputeMass2 |
|
ragdollConstraintAddUserAttributes |
|
ragdollConstraintGuideStrength |
|
ragdollConstraintOutlinerStyle |
|
ragdollConstraintSelect |
|
ragdollConstraintType |
|
ragdollConstraintUseRotatePivot |
|
ragdollConvertConstraintType |
|
ragdollConvertRigidType |
|
ragdollCreateRigidType |
|
ragdollCycleProtection |
|
ragdollDeleteAttributesToo |
|
ragdollDeleteFromSelection |
|
ragdollExistingAnimation |
|
ragdollExportIncludeAnimation |
|
ragdollExportIncludeSimulation |
|
ragdollExportIncludeThumbnail |
|
ragdollExportPath |
|
ragdollFirstLaunch |
|
ragdollFirstLaunch2 |
|
ragdollFirstLaunch3 |
|
ragdollFrameskipHandling |
|
ragdollFreezeEvaluation |
|
ragdollFreezeEvaluationHierarchy |
|
ragdollFreezeEvaluationShapesOnly |
|
ragdollGlobalsValidations |
|
ragdollImportAutoNamespace |
|
ragdollImportAutoScene |
|
ragdollImportIncludeAnimation |
|
ragdollImportIncludeControls |
|
ragdollImportIncludeSimulation |
|
ragdollImportMergePhysics |
|
ragdollImportMethod |
|
ragdollImportPath |
|
ragdollImportPaths |
|
ragdollImportPreserveAttributes |
|
ragdollImportSearchAndReplace |
|
ragdollImportUseSelection |
|
ragdollInitialShape |
|
ragdollInitialStateUseSelection |
|
ragdollLastVisitedPath |
|
ragdollMaintainOffset |
|
ragdollMaya2018ConsolidateWorldFix |
|
ragdollMimicAddHardPin |
|
ragdollMimicAddMultiplier |
|
ragdollMimicAddSoftPin |
|
ragdollMimicAddUserAttributes |
|
ragdollMimicCleanChannelBox |
|
ragdollMimicExclusive |
|
ragdollMimicFreezeTransform |
|
ragdollMimicNodeType |
|
ragdollMonitorScale |
|
ragdollMuscleAimAxis |
|
ragdollMuscleFlex |
|
ragdollMuscleRadius |
|
ragdollMuscleUpAxis |
|
ragdollNewAutoInitialState |
|
ragdollOgsReset |
|
ragdollReplaceMeshExclusive |
|
ragdollReplaceMeshMaintainOffset |
|
ragdollRigidAddUserAttributes |
|
ragdollRigidDefaults |
|
ragdollRigidSelect |
|
ragdollScale |
|
ragdollSceneScale |
|
ragdollSelectUseSelection |
|
ragdollShapeExtents |
|
ragdollShapeLength |
|
ragdollShapeRadius |
|
ragdollSkinweightsFix |
|
ragdollSolver |
|
ragdollUpgradeOnSceneOpen |
|
ragdollValidateCachingMode |
|
ragdollValidateEvaluationMode |
|
ragdollValidateLegacyOpenGL |
|
ragdollValidatePlaybackSpeed |
|
ragdollValidateRotateAxis |
|
ragdollValidateRotateOrder |
|
ragdollValidateRotatePivot |
|
ragdollValidateScale |
|
ragdollValidateScalePivot |
|
rebuildSurfacePolys |
|
refAnimCurvesEditable |
|
refLockEditable |
|
referencedOption |
|
refreshMode |
|
regionSelectKeyContext |
|
renderLayerMerge |
|
renderLayerOption |
|
renderSetupEnable |
|
renderViewAutoRenderRegion |
|
renderViewAutoResize |
|
renderViewRenderAllLayers |
|
renderViewRenderLayersMode |
|
renderViewRenderSelectedObj |
|
renderViewTestResolution |
|
renderWindowSelectContextItem |
|
renderedImageName |
|
retimeKeyContext |
|
revolveOutputPolygons |
|
rollContext |
|
rotationInterpolationDefault |
|
roundRangesToWholeValue |
|
saveActionsPreferences |
|
saveActionsScriptEditor |
|
saveWindowPos |
|
scaleKeyAutoSnap |
|
scaleKeyContext |
|
sceneTimecodeVisibility |
|
scriptEditorAddPep263Header |
|
scriptEditorEncodingUtf8 |
|
searchFieldDelay |
|
selectAffectsActive |
|
selectClickDrag |
|
selectKeyContext |
|
selectKeyframeRegionContext |
|
selectPrefAutoUseDepth |
|
selectPrefPreSelectBackfacing |
|
selectPrefPreSelectClosest |
|
selectPrefPriorityMode |
|
selectPrefUseDepth |
|
selectSingleMarquee |
|
selectedShelf |
|
selectionChildHighlightMode |
|
seqDoubleClickSetTimeRange |
|
setEditContext |
|
setKeyContext |
|
setsOption |
|
shadeTemplates |
|
shaderOption |
|
shadingNetworksOption |
|
shelfAlign1 |
|
shelfAlign10 |
|
shelfAlign11 |
|
shelfAlign12 |
|
shelfAlign13 |
|
shelfAlign2 |
|
shelfAlign3 |
|
shelfAlign4 |
|
shelfAlign5 |
|
shelfAlign6 |
|
shelfAlign7 |
|
shelfAlign8 |
|
shelfAlign9 |
|
shelfFile1 |
|
shelfFile10 |
|
shelfFile11 |
|
shelfFile12 |
|
shelfFile13 |
|
shelfFile2 |
|
shelfFile3 |
|
shelfFile4 |
|
shelfFile5 |
|
shelfFile6 |
|
shelfFile7 |
|
shelfFile8 |
|
shelfFile9 |
|
shelfItemSize |
|
shelfItemStyle |
|
shelfLoad1 |
|
shelfLoad10 |
|
shelfLoad11 |
|
shelfLoad12 |
|
shelfLoad13 |
|
shelfLoad2 |
|
shelfLoad3 |
|
shelfLoad4 |
|
shelfLoad5 |
|
shelfLoad6 |
|
shelfLoad7 |
|
shelfLoad8 |
|
shelfLoad9 |
|
shelfName1 |
|
shelfName10 |
|
shelfName11 |
|
shelfName12 |
|
shelfName13 |
|
shelfName2 |
|
shelfName3 |
|
shelfName4 |
|
shelfName5 |
|
shelfName6 |
|
shelfName7 |
|
shelfName8 |
|
shelfName9 |
|
shelfTabsVisible |
|
shelfVersion1 |
|
shelfVersion2 |
|
shelfVersion3 |
|
shelfVersion4 |
|
shelfVersion5 |
|
shelfVersion6 |
|
shelfVersion7 |
|
shelfVersion8 |
|
shelfVersion9 |
|
shelvesLastUpdated |
|
showCustomMenuSetsMenusInHotBox |
|
showGrid |
|
showHistoryOnEmptySearchField |
|
showHomeScreenOnStartup |
|
showIconsInMenus |
|
showLineNumbersIsOn |
|
showManip3D |
|
showManipTextureContext |
|
showStatusFiles |
|
showStatusHistory |
|
showStatusIPMButton |
|
showStatusInputField |
|
showStatusRender |
|
showStatusSelectMasks |
|
showStatusSelectMode |
|
showStatusSelectionSet |
|
showStatusSnap |
|
showStatusSymmetry |
|
skinBindingContext |
|
smallFontSize |
|
smpContinuity |
|
smpDisplaySmoothMesh |
|
smpDisplaySubdComps |
|
smpKeepBorder |
|
smpKeepHardEdge |
|
smpKeepMapBorders |
|
smpPropagateEdgeHardness |
|
smpSizeOfMeshForWarning |
|
smpSizeWarningDisabledForAllPolys |
|
smpSmoothLevel |
|
smpSmoothMeshSelectionMode |
|
smpSmoothUVs |
|
snapMagnet |
|
snapMagnetTolerance |
|
snapTimeToSelection |
|
snapTogetherToolCtx |
|
snapTolerance |
|
snapUVTolerance |
|
snapshotOption |
|
soundVolume |
|
splashScreenNumberOfMessagesOnLastStartup |
|
splitterHandleMargin |
|
squareSrfPolys |
|
stackTraceIsOn |
|
stackedCurvesSpace |
|
statusLineVisible |
|
subdivComponentDisplayStyle |
|
sweepOutputPolygons |
|
symmetricModellingAllowPartial |
|
symmetricModellingAxisOption |
|
symmetricModellingOption |
|
symmetricModellingSeamFalloffCurve |
|
symmetricModellingSeamOption |
|
symmetricModellingSeamTolerance |
|
symmetricModellingSpaceOption |
|
symmetricModellingToleranceValue |
|
symmetryVisibility |
|
tangentialTolerance |
|
texCutUVContext |
|
texLatticeDeformCtx |
|
texMoveContext |
|
texMoveUVShellCtx |
|
texRotateContext |
|
texScaleContext |
|
texSmoothCtx |
|
texSmudgeUVCtx |
|
texTweakContext |
|
timeChangeUndoConsolidation |
|
timeDisplayMode |
|
timeEditorAllowConstraintsOverride |
|
timeEditorGranularity |
|
timeEditorHUD |
|
timeEditorMinimumClipWidth |
|
timeEditorSnapTolerance |
|
timeSliderAnimLayerOptions |
|
timeSliderAnimLayerWeight |
|
timeSliderBookmarkVisible |
|
timeSliderCustomDrawHeight |
|
timeSliderCustomDrawSpacing |
|
timeSliderMaxPlaySpeed |
|
timeSliderPlayBy |
|
timeSliderPlayLoop |
|
timeSliderPlaySpeed |
|
timeSliderPlayView |
|
timeSliderRepeatChunk |
|
timeSliderRepeatOnHold |
|
timeSliderShowFrames |
|
timeSliderShowKeys |
|
timeSliderShowKeysCombined |
|
timeSliderSnapping |
|
timeSliderSoundDisplay |
|
timeSliderStepLoop |
|
timeSliderTickSize |
|
timeSliderTickSpan |
|
timeSliderVisible |
|
toggleOriginAxis |
|
toolMessageHorizontalOffset |
|
toolMessageTime |
|
toolMessageVerticalOffset |
|
toolMessageVisible |
|
toolSettingsVisible |
|
toolboxVisible |
|
totalAnimateRollTime |
|
track2dContext |
|
trackContext |
|
tracktwContext |
|
transformOption |
|
transformTexSelectContext |
|
trsManipsBakePivotOri |
|
trsManipsPinPivot |
|
trsManipsPreserveChildPosition |
|
trsManipsPreserveUvs |
|
trsManipsSnapPivotOri |
|
trsManipsSnapPivotPos |
|
trsManipsTweakMode |
|
trsManipsXformConstraint |
|
trsManipsXformConstraintAlongNormal |
|
ttfShowStartupMessage |
|
tumbleContext |
|
typeAnimCallbackEnabled |
|
uiPrecision |
|
undoIsEnabled |
|
undoIsInfinite |
|
undoLength |
|
unitConversionOption |
|
unknownNodesOption |
|
unparentPreserve |
|
unparentRemove |
|
unusedNurbsSrfOption |
|
unusedSkinInfsOption |
|
upAxisDirection |
|
useDefaultFileExtensions |
|
useMultiTouchGestures |
|
useNewScenePanelConfig |
|
useSavePlayblast |
|
useSaveScenePanelConfig |
|
useScenePanelConfig |
|
useScrollWheel |
|
useSnapTolerance |
|
userDefinedImageViewerCmdForImage |
|
userDefinedImageViewerCmdForSequence |
|
viewAxisVisibility |
|
viewCubeCompassAngle |
|
viewCubeCompassAngleDefault |
|
viewCubeFitToView |
|
viewCubeInactiveOpacity |
|
viewCubePreserveSceneUp |
|
viewCubeScreenPosition |
|
viewCubeShowCompass |
|
viewCubeShowCompassDefault |
|
viewCubeShowCube |
|
viewCubeSize |
|
viewCubeSnapToClosest |
|
viewportRenderer |
|
viewportRendererVisibility |
|
vp2PauseState |
|
vp2RenderingEngine |
|
walkContext |
|
weightedTangents |
|
weightsColorOutOfRange |
|
weightsColorRamp |
|
weightsColorRampMax |
|
weightsColorRampMin |
|
weightsColorUseMaxMin |
|
weightsColorUseRamp |
|
wireCtx |
|
wireframeOnShadedActive |
|
workingUnitAngular |
|
workingUnitAngularDefault |
|
workingUnitLinear |
|
workingUnitLinearDefault |
|
workingUnitTime |
|
workingUnitTimeDefault |
|
workspaceLayoutToLoadOnStartup |
|
workspaceLinkHotKeySetEnabled |
|
workspaceLinkHotKeySetValue |
|
workspaceLinkMenuSetEnabled |
|
workspaceLinkVP2PresetEnabled |
|
workspacesAutoSave |
|
workspacesDockingDelayTime |
|
workspacesInFullScreenUIMode |
|
workspacesInZoomInUIMode |
|
workspacesLockDocking |
|
workspacesNarrowPanelInitialHeight |
|
workspacesNarrowPanelInitialWidth |
|
workspacesWidePanelInitialHeight |
|
workspacesWidePanelInitialWidth |
|
wrinkleCtx |
|
xgenIsPtexCacheSizePerThread |
|
xgenPtexCacheSize |
|
xgenPtexCacheSizeThreadScale |
|
xgenThreadingGen |
|
xgenVP2DrawMethod |
|
xgenXPDCacheSize |
|
yawPitchContext |