// =========================================================================== // 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 "Clip Time Warp Options" m_performCreateClipTimeWarp.kClipTimeWarpOptions; displayString -replace -value "Could not find the clipEditor." m_performCreateClipTimeWarp.kCouldntFindClipEditor; displayString -replace -value "Create Time Warp" m_performCreateClipTimeWarp.kCreateTimeWarp; displayString -replace -value "Disabled time warp curve" m_performCreateClipTimeWarp.kDisabledTimeWarpCurve; displayString -replace -value "Enabled time warp curve" m_performCreateClipTimeWarp.kEnabledTimeWarpCurve; displayString -replace -value "Select a clip for time warp creation." m_performCreateClipTimeWarp.kSelectClip; displayString -replace -value "Time warp:" m_performCreateClipTimeWarp.kTimeWarp;