// =========================================================================== // 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 "Convert Clips to Absolute" m_verifyClipsAreValid.kConvert; displayString -replace -value "Invalid offset object. Offset object must be in same namespace as character" m_verifyClipsAreValid.kNamespaceError; displayString -replace -value "No" m_verifyClipsAreValid.kNo; displayString -replace -value "All clips must be in absolute mode for clip ghosting and matching to work correctly.\nDo you wish to convert clips to absolute?\nSelecting \"^1s\" will not set the offset object." m_verifyClipsAreValid.kPrompt; displayString -replace -value "Yes" m_verifyClipsAreValid.kYes;