// =========================================================================== // 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 "Apply and Close" m_performButterworth.kApplyAndClose; displayString -replace -value "Butterworth Filter Options" m_performButterworth.kButterworthCurveOptions; displayString -replace -value "Cancel" m_performButterworth.kCancel; displayString -replace -value "Cutoff Frequency" m_performButterworth.kCutoffFrequency; displayString -replace -value "Specify the cutoff frequency (Hz) of the Butterworth filter." m_performButterworth.kCutoffFrequencyAnnotation; displayString -replace -value "Keep Keys on Frame" m_performButterworth.kKeepKeysOnFrame; displayString -replace -value "Aligns keys to whole/integral frames of the sampling rate." m_performButterworth.kKeepKeysOnFrameAnnotation; displayString -replace -value "Sampling Rate" m_performButterworth.kSamplingRate; displayString -replace -value "Specify the rate (fps) that keys are added to the filtered curve." m_performButterworth.kSamplingRateAnnotation;