// =========================================================================== // 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 "Invalid skeleton or no skeleton. Can't create new rig.\n" m_hikRigCreationUtils.kInvalidSkeleton; displayString -replace -value "// New Rig: ^1s was created.\n" m_hikRigCreationUtils.kNewRig; displayString -replace -value "No character selected. Can't create new rig.\n" m_hikRigCreationUtils.kNoCharacter; displayString -replace -value "Unable to find parent of '^1s' node\n" m_hikRigCreationUtils.kNoParentFound; displayString -replace -value "'^1s' hik character was upgraded to support cyclic constraints\n" m_hikRigCreationUtils.kRigUpgradedForDoubleEval; displayString -replace -value "'^1s' hik character was upgraded to support Rig Alignment\n" m_hikRigCreationUtils.kRigUpgradedForRigAlign;