Disabling Tools
This page has moved to https://help.animbot.ca/support/solutions/articles/61000292052-disabling-tools
Enterprise Edition allows a pipeline administrator to disable certain tools selectively thru the config.json file (v1.1.7 or above). This is useful when debugging possible conflicts with in-house tools or when certain tools are not desired to be used. You can set a single string or a list of strings, like so:
disabledTools: “animRecovery”
disabledTools: [“animRecovery”, “mirrorAllKeys”][/vc_column_text][/vc_column][/vc_row]
Available Tools
{"alignObjects": ["alignObjects", "alignObjectsAllKeys"],
"animPoseTransfer": ["copyAnimation",
"pasteInsertAnimation",
"copyPose",
"pastePose"],
"animRecovery": ["animRecovery"],
"attributeSpaceSwitcher": ["selectionAttributeSpaceSwitcher",
"assetAttributeSpaceSwitcher"],
"colorKeys": ["tintKeyRed",
"tintKeyYellow",
"tintKeyGreen",
"smartTintKeys"],
"extraTools": {"animCurveExtraTools": ["applyEulerFilter",
"clearAnimation",
"cropAnimation",
"removeRedundantKeys",
"removeStaticAnimCurves",
"reverseAnimation",
"setSmartKey",
"setSmartKeyAllChannels",
"smartGoToNextFrame",
"smartGoToNextKeyframe",
"smartGoToPreviousFrame",
"smartGoToPreviousKeyframe",
"smartSnapKeys"],
"channelBoxExtraTools": ["channelBoxMultiSelectionHelper",
"autoClearChannelBoxSelection",
"clearChannelBoxSelection",
"channelBoxSelectionTimelineHighlight"],
"graphEditorExtraTools": ["autoHideStaticAnimCurves",
"frameCurrentSecond",
"frameNextSecond",
"hideStaticAnimCurves"],
"manipulatorExtraTools": ["axisOrientationToggle",
"axisOrientToCamera",
"axisOrientToLastSelected"],
"selectionExtraTools": ["deselectNonKeyedObjects",
"deselectStaticObjects",
"selectAllAnimCurvesInTheScene",
"selectHierarchy",
"selectRigControls"],
"timelineExtraTools": ["displayTopWaveform", "toggleTimelineHeight"],
"viewportExtraTools": ["syncIsolateSelect",
"tumbleAroundSelection",
"playblastVisibilityMode",
"animationVisibilityMode",
"toggleGeometryVisibility",
"toggleDisplayControllers",
"toggleDisplayNURBSCurves",
"toggleDisplayNURBSSurfaces",
"toggleDisplayNURBSCVs",
"toggleDisplayNURBSHulls",
"toggleDisplayPolygons",
"toggleDisplaySubdivSurfaces",
"toggleDisplayPlanes",
"toggleDisplayLights",
"toggleDisplayCameras",
"toggleDisplayImagePlanes",
"toggleDisplayJoints",
"toggleDisplayIKHandles",
"toggleDisplayDeformers",
"toggleDisplayDynamics",
"toggleDisplayParticleInstancers",
"toggleDisplayFluids",
"toggleDisplayHairSystems",
"toggleDisplayFollicles",
"toggleDisplayNCloths",
"toggleDisplayNParticles",
"toggleDisplayNRigids",
"toggleDisplayDynamicConstraints",
"toggleDisplayLocators",
"toggleDisplayDimensions",
"toggleDisplayPivots",
"toggleDisplayHandles",
"toggleDisplayTexturePlacements",
"toggleDisplayStrokes",
"toggleDisplayMotionTrails",
"toggleDisplayPluginShapes",
"toggleDisplayClipGhosts",
"toggleDisplayGreasePencil",
"toggleDisplayGPUCache",
"toggleDisplayManipulators",
"toggleDisplayGrid",
"toggleDisplayHUD",
"toggleDisplayHoldOuts",
"toggleDisplaySelectionHighlighting"]},
"globalOffset": ["globalOffset"],
"keySlider": ["easeInOut",
"noiseWave",
"timeOffsetter",
"pullPush",
"simplifyBakeKeys",
"smoothRough",
"scaleFromAverage",
"scaleFromDefault",
"scaleFromFrame",
"scaleFromNeighborLeft",
"scaleFromNeighborRight",
"overshoot"],
"keyTools": ["resetPose",
"resetTranslation",
"resetRotation",
"resetScale",
"resetTranslationRotationScale",
"snapshotPreferredDefaultPose",
"shareKeys"],
"microManipulator": ["microManipulator"],
"mirror": ["mirrorPose", "mirrorAllKeys", "snapshotMirrorSettings"],
"motionTrail": ["motionTrail",
"motionTrailOffset",
"motionTrailStyle",
"motionTrailFramesBeforeAfter",
"motionTrailSpace",
"motionTrailMore"],
"nudge": ["nudgeLeft",
"nudgeRight",
"nudgeLeftTimeOffsetter",
"nudgeRightTimeOffsetter",
"nudgeLeftAllKeys",
"nudgeRightAllKeys",
"nudgeLeftScene",
"nudgeRightScene",
"nudgeValue",
"insertInbetween",
"removeInbetween",
"insertInbetweenScene",
"removeInbetweenScene"],
"playbackTools": ["playKeys",
"playOnOnes",
"playOnTwos",
"playOnThrees",
"playOnFours"],
"preciseTransform": ["decreasePreciseTransform",
"preciseTransformValue",
"increasePreciseTransform"],
"rigSnapshot": ["bundleSnapshot",
"snapshotPreferredDefaultPose",
"snapshotOppositeControls",
"snapshotMirrorSettings"],
"search": ["search"],
"selectionTools": ["selectionDisplay",
"selectSets",
"selectOpposite",
"snapshotOppositeControls"],
"tangents": ["cycleMatchTangent",
"bestGuessTangent",
"polishedTangent",
"bounceTangent",
"autoTangent",
"splineTangent",
"clampedTangent",
"linearTangent",
"flatTangent",
"stepTangent",
"plateauTangent"],
"tempPivot": ["tempPivot",
"tempPivotToLastObject",
"tempPivotCentered",
"tempPivotWorldSpace",
"toggleEditTempPivot",
"resetTempPivot"],
"timeBookmarks": ["timeBookmarks",
"timeBookmarksVisibility",
"goToTimeBookmark",
"goToPreviousTimeBookmark",
"goToNextTimeBookmark",
"editTimeBookmark",
"removeTimeBookmark",
"timeBookmarksPanel"],
"tweenSlider": ["tweener",
"blendToBuffer",
"blendToDefault",
"blendToEase",
"blendToFrame",
"blendToMirror",
"blendToNeighbors",
"blendToInfinity",
"blendToUndo",
"overshoot",
"tweenerEulerFilter",
"worldSpace"],
"viewportSuspend": ["suspendViewport"],
"xformTools": ["copyXformRelationship",
"pasteXformRelationship",
"copyXformWorldSpace",
"pasteXformWorldSpace"]}