// =========================================================================== // 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 "Are you sure you want to delete the selected pose interpolator nodes and corresponding poses?" m_performInterpolatorDelete.kDeletePoseInterpolator; displayString -replace -value "Are you sure you want to delete the selected groups, pose interpolator nodes and corresponding poses?" m_performInterpolatorDelete.kDeletePoseInterpolatorGroup; displayString -replace -value "No" m_performInterpolatorDelete.kNo; displayString -replace -value "No pose interpolator nodes or groups selected." m_performInterpolatorDelete.kNoTplSelected; displayString -replace -value "Yes" m_performInterpolatorDelete.kYes;