// =========================================================================== // Copyright 2018 Autodesk, Inc. All rights reserved. // // Use of this software is subject to the terms of the Autodesk license // agreement provided at the time of installation or download, or which // otherwise accompanies this software in either electronic or hard copy form. // =========================================================================== displayString -replace -value "Aim Constraint" m_shelf_Animation.kAimConstraint; displayString -replace -value "Bake Animation" m_shelf_Animation.kBakeSimulation; displayString -replace -value "Ghosting" m_shelf_Animation.kGhosting; displayString -replace -value "Motion Trail" m_shelf_Animation.kMotionTrail; displayString -replace -value "No Ghosting" m_shelf_Animation.kNoGhosting; displayString -replace -value "Orient Constraint" m_shelf_Animation.kOrientConstraint; displayString -replace -value "Parent Constraint" m_shelf_Animation.kParentConstraint; displayString -replace -value "Playblast" m_shelf_Animation.kPlayblast; displayString -replace -value "Point Constraint" m_shelf_Animation.kPointConstraint; displayString -replace -value "Pole Vector Constraint" m_shelf_Animation.kPoleVectorConstraint; displayString -replace -value "Scale Constraint" m_shelf_Animation.kScaleConstraint; displayString -replace -value "Set Key" m_shelf_Animation.kSetKey; displayString -replace -value "Set Key on Animated" m_shelf_Animation.kSetKeyAnimated; displayString -replace -value "Set Key on Rotate" m_shelf_Animation.kSetKeyRotate; displayString -replace -value "Set Key on Scale" m_shelf_Animation.kSetKeyScale; displayString -replace -value "Set Key on Translate" m_shelf_Animation.kSetKeyTranslate;