// =========================================================================== // 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 "Cannot key into source clip." m_doKeyIntoClip.kCannotKeyIntoSource; displayString -replace -value "Select the clip to key into." m_doKeyIntoClip.kSelectTheClip; displayString -replace -value "Time ^1s is not between clip start and end." m_doKeyIntoClip.kTimeNotBetweenClip; displayString -replace -value "Too many clips are selected. Select a single clip to key into." m_doKeyIntoClip.kTooManyClipsSelected;