// =========================================================================== // 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 "Character Redirection Options" m_performAddAnimationOffset.kCharacterRedirectionOptions; displayString -replace -value "Redirect" m_performAddAnimationOffset.kRedirect; displayString -replace -value "Redirection Type" m_performAddAnimationOffset.kRedirectionType; displayString -replace -value "Rotation only" m_performAddAnimationOffset.kRotation; displayString -replace -value "Rotation and translation" m_performAddAnimationOffset.kRotationTranslation; displayString -replace -value "Translation only" m_performAddAnimationOffset.kTranslation;