// =========================================================================== // 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 "Assign Selected Effector" m_hikCustomRigUI.kHIKCustomRigAssign; displayString -replace -value "Clear" m_hikCustomRigUI.kHIKCustomRigClear; displayString -replace -value "Clear All" m_hikCustomRigUI.kHIKCustomRigClearAll; displayString -replace -value "Clear All in View" m_hikCustomRigUI.kHIKCustomRigClearAllView; displayString -replace -value "Delete Custom Rig Mapping" m_hikCustomRigUI.kHIKCustomRigDelete; displayString -replace -value "Mapping Controls" m_hikCustomRigUI.kHIKCustomRigMappingControls; displayString -replace -value "Replace Assigned Effector" m_hikCustomRigUI.kHIKCustomRigReplace; displayString -replace -value "Rotation X Offset" m_hikCustomRigUI.kHIKCustomRigRotationOffsetX; displayString -replace -value "Rotation Y Offset" m_hikCustomRigUI.kHIKCustomRigRotationOffsetY; displayString -replace -value "Rotation Z Offset" m_hikCustomRigUI.kHIKCustomRigRotationOffsetZ; displayString -replace -value "Translation X Offset" m_hikCustomRigUI.kHIKCustomRigTranslationOffsetX; displayString -replace -value "Translation Y Offset" m_hikCustomRigUI.kHIKCustomRigTranslationOffsetY; displayString -replace -value "Translation Z Offset" m_hikCustomRigUI.kHIKCustomRigTranslationOffsetZ; displayString -replace -value "Load Custom Rig Mapping" m_hikCustomRigUI.kOpen; displayString -replace -value "Save Custom Rig Mapping" m_hikCustomRigUI.kSave; displayString -replace -value "Invalid custom rig UI configuration file: ^1s. Reverting to default custom rig UI configuration." m_hikCustomRigUI.kUIConfFileError; displayString -replace -value "Invalid or missing default custom rig UI configuration file: ^1s." m_hikCustomRigUI.kWidgetFatalErr;