// =========================================================================== // 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 "Feet appear to be located below the ground. Foot Bottom To Ankle value may be wrong." m_hikDefinitionOperations.kCharacterizationBadFootHeight; displayString -replace -value "Referenced character cannot be deleted." m_hikDefinitionOperations.kDeleteReferencedCharacterWarning; displayString -replace -value "Enter Name:" m_hikDefinitionOperations.kEnterName; displayString -replace -value "Only one character definition at a time can be locked for a set of joints.\nDo you want to lock this one and unlock ^1s?" m_hikDefinitionOperations.kExistingDefinitionMessageDialog; displayString -replace -value "No" m_hikDefinitionOperations.kExistingDefinitionNoDialog; displayString -replace -value "Lock Skeleton Definition" m_hikDefinitionOperations.kExistingDefinitionTitleDialog; displayString -replace -value "Yes" m_hikDefinitionOperations.kExistingDefinitionYesDialog; displayString -replace -value "The Skeleton Definition is invalid and cannot be locked." m_hikDefinitionOperations.kLockMessageDialog; displayString -replace -value "OK" m_hikDefinitionOperations.kLockNoDialog; displayString -replace -value "Referenced character cannot be locked or un-locked." m_hikDefinitionOperations.kLockReferencedCharacterWarning; displayString -replace -value "Lock Characterization" m_hikDefinitionOperations.kLockTitleDialog; displayString -replace -value "Un-locking the character definition will delete the control rig.\n\nDo you want to continue?" m_hikDefinitionOperations.kMessageDialog1; displayString -replace -value "The character uses the old Roll Bone system.\nUn-locking the character definition will delete the control rig and remove the old bone assignment to enable the use of the new roll bone system.\n\nDo you want to continue?" m_hikDefinitionOperations.kMessageDialog2; displayString -replace -value "The character uses the old Roll Bone system.\nUnlocking the character definition will remove the old roll bone assignment to enable the use of the new roll bone system.\n\nDo you want to unlock the character definition and remove the old roll bone assignment?" m_hikDefinitionOperations.kMessageDialog3; displayString -replace -value "No" m_hikDefinitionOperations.kNoDialog; displayString -replace -value "Referenced rig cannot be deleted." m_hikDefinitionOperations.kReferencedRigDeleteWarning; displayString -replace -value "Rename Character" m_hikDefinitionOperations.kRename; displayString -replace -value "Delete Rig: " m_hikDefinitionOperations.kTitleDeleteRig; displayString -replace -value "Character definition update: " m_hikDefinitionOperations.kTitleUpdateDefinitionDialog; displayString -replace -value "Yes" m_hikDefinitionOperations.kYesDialog;