// =========================================================================== // 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 "No matching object or root to match, select something to match" m_teRootOffsetOptions.kCTENoObjectToMatch; displayString -replace -value "Current Frame" m_teRootOffsetOptions.kCTERootOffsetCurrentFrame; displayString -replace -value "End of First Clip" m_teRootOffsetOptions.kCTERootOffsetEndFirstClip; displayString -replace -value "Inbetween Clips" m_teRootOffsetOptions.kCTERootOffsetInbetweenClips; displayString -replace -value "Match" m_teRootOffsetOptions.kCTERootOffsetMatch; displayString -replace -value "Matching Clip" m_teRootOffsetOptions.kCTERootOffsetMatchingClip; displayString -replace -value "Matching Object" m_teRootOffsetOptions.kCTERootOffsetMatchingObjects; displayString -replace -value "Matching Options" m_teRootOffsetOptions.kCTERootOffsetMatchingOptions; displayString -replace -value "Matching Pose" m_teRootOffsetOptions.kCTERootOffsetMatchingPose; displayString -replace -value "Matching Time" m_teRootOffsetOptions.kCTERootOffsetMatchingTime; displayString -replace -value "Next" m_teRootOffsetOptions.kCTERootOffsetNext; displayString -replace -value "Name" m_teRootOffsetOptions.kCTERootOffsetObjectName; displayString -replace -value "Previous" m_teRootOffsetOptions.kCTERootOffsetPrevious; displayString -replace -value "Root Objects" m_teRootOffsetOptions.kCTERootOffsetRootObjects; displayString -replace -value "Names" m_teRootOffsetOptions.kCTERootOffsetRootsNames; displayString -replace -value "Full (XYZ)" m_teRootOffsetOptions.kCTERootOffsetRotFullXYZ; displayString -replace -value "Projected along Global Y (Gravity)" m_teRootOffsetOptions.kCTERootOffsetRotGlobalY; displayString -replace -value "None" m_teRootOffsetOptions.kCTERootOffsetRotNone; displayString -replace -value "Rotation:" m_teRootOffsetOptions.kCTERootOffsetRotation; displayString -replace -value "Start of Second Clip" m_teRootOffsetOptions.kCTERootOffsetStartSecondClip; displayString -replace -value "Full (XYZ)" m_teRootOffsetOptions.kCTERootOffsetTransFullXYZ; displayString -replace -value "Projected along Global Y (Gravity)" m_teRootOffsetOptions.kCTERootOffsetTransGlobalY; displayString -replace -value "None" m_teRootOffsetOptions.kCTERootOffsetTransNone; displayString -replace -value "Transform Offset" m_teRootOffsetOptions.kCTERootOffsetTransformOffset; displayString -replace -value "Translation:" m_teRootOffsetOptions.kCTERootOffsetTranslation; displayString -replace -value "Up Axis" m_teRootOffsetOptions.kCTERootOffsetUpAxis; displayString -replace -value "Use root objects in clip" m_teRootOffsetOptions.kCTERootOffsetUseClipRoots; displayString -replace -value "Use Scene Preferences" m_teRootOffsetOptions.kCTERootOffsetUseSceneUpAxis; displayString -replace -value "Rotation" m_teRootOffsetOptions.kCTETransOffsetRotation; displayString -replace -value "Translation" m_teRootOffsetOptions.kCTETransOffsetTranslation;