// =========================================================================== // 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 "Blend Clip Options" m_performBlendClip.kBlendClipOptions; displayString -replace -value "Create Blend" m_performBlendClip.kCreateBlend; displayString -replace -value "Ease in" m_performBlendClip.kEaseIn; displayString -replace -value "Ease in out" m_performBlendClip.kEaseInOut; displayString -replace -value "Ease out" m_performBlendClip.kEaseOut; displayString -replace -value "Euler" m_performBlendClip.kEuler; displayString -replace -value "Initial weight curve:" m_performBlendClip.kInitialWeightCurve; displayString -replace -value "Linear" m_performBlendClip.kLinear; displayString -replace -value "Quaternion" m_performBlendClip.kQuaternion; displayString -replace -value "Rotation interpolation:" m_performBlendClip.kRotationInterp;