// =========================================================================== // 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 "Must have a current character." m_doCreateSubcharacterArgList.kNeedCurrentChar; displayString -replace -value "Must have a single current character." m_doCreateSubcharacterArgList.kNeedOneCurrentChar; displayString -replace -value "No attributes were selected in the Channel Box." m_doCreateSubcharacterArgList.kNoAttrsSelected; displayString -replace -value "No valid subcharacter objects were selected." m_doCreateSubcharacterArgList.kNoValidSubcharSelected; displayString -replace -value "Skipping '^1s'. Cannot make a character a subcharacter of itself." m_doCreateSubcharacterArgList.kSkippingFormat1; displayString -replace -value "Skipping '^1s'. Unless you use the Channel Box option, only selected nodes can be made into subcharacters." m_doCreateSubcharacterArgList.kSkippingFormat2; displayString -replace -value "Skipping '^1s'. Select nodes or attributes that you want to put into the subcharacter. Do not select characters." m_doCreateSubcharacterArgList.kSkippingFormat3;