// =========================================================================== // 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 "Absolute" m_performKeyReducer.kAbsolute; displayString -replace -value "Apply and Close" m_performKeyReducer.kApplyAndClose; displayString -replace -value "Cancel" m_performKeyReducer.kCancel; displayString -replace -value "Key Reducer Filter Options" m_performKeyReducer.kKeyReducerCurveOptions; displayString -replace -value "Sync Keys on Curves" m_performKeyReducer.kKeySync; displayString -replace -value "Percentage" m_performKeyReducer.kPercent; displayString -replace -value "Precision" m_performKeyReducer.kPrecision; displayString -replace -value "Specify the maximum acceptable error between the source and result curves as an absolute value." m_performKeyReducer.kPrecisionAbsoluteAnnotation; displayString -replace -value "Precision Mode" m_performKeyReducer.kPrecisionMode; displayString -replace -value "Specify whether the precision represents an absolute value or a percentage." m_performKeyReducer.kPrecisionModeAnnotation; displayString -replace -value "Specify the maximum acceptable error between the source and result curves as a percentage." m_performKeyReducer.kPrecisionPercentageAnnotation; displayString -replace -value "Synchronize keys between sibling curves." m_performKeyReducer.kSyncKeys;