// =========================================================================== // 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 "Select the object in the scene to find its character." m_characterFind.kSelectTheObject; displayString -replace -value "The selected object is not in a character." m_characterFind.kTheSelectedObject; displayString -replace -value "There are no characters in the scene." m_characterFind.kThereAreNoChars;