// =========================================================================== // 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 "Could not locate downstream connections on ^1s" m_advanceToNextDrivenKey.kCouldNotLocateDownstream; displayString -replace -value "Could not locate upstream connections on ^1s" m_advanceToNextDrivenKey.kCouldNotLocateUpstream; displayString -replace -value "Invalid flag: ^1s used on advanceToNextDrivenKey." m_advanceToNextDrivenKey.kInvalidFlag; displayString -replace -value "Must select or supply exactly one driven item." m_advanceToNextDrivenKey.kMustSelect; displayString -replace -value "nextDrivenAdvance: animCurve did not have an input." m_advanceToNextDrivenKey.kNextDrivenAdvance; displayString -replace -value "No driver found for ^1s" m_advanceToNextDrivenKey.kNoDriverFound; displayString -replace -value "No keyframes found for ^1s" m_advanceToNextDrivenKey.kNoKeyframesFound;