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