// =========================================================================== // 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 "The selected objects are from more than one character." m_autoCreateCharacter.kMoreThanOneCharErr; displayString -replace -value "No animated channels on the selected object(s)." m_autoCreateCharacter.kNoAnimatedChannelsErr; displayString -replace -value "No constraints found on the selected object(s)." m_autoCreateCharacter.kNoConstraintsFoundErr; displayString -replace -value "No expressions found on the selected object(s)." m_autoCreateCharacter.kNoExpressionsFoundErr; displayString -replace -value "Nothing is selected." m_autoCreateCharacter.kNothingIsSelectedErr;