// =========================================================================== // 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 "Can't split a cycled clip." m_doSplitCacheArgList.kCycledClip; displayString -replace -value "Time ^1s is not between clip start and end." m_doSplitCacheArgList.kInvalidTime; displayString -replace -value "Select the clip to be split." m_doSplitCacheArgList.kSelectClips; displayString -replace -value "Split time must be within the clip." m_doSplitCacheArgList.kSplitTime;