// =========================================================================== // 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 "All keyable" m_performDeleteStaticChannels.kAllKeyable; displayString -replace -value "Below" m_performDeleteStaticChannels.kBelow; displayString -replace -value "Channels:" m_performDeleteStaticChannels.kChannels; displayString -replace -value "Control points:" m_performDeleteStaticChannels.kControlPoints; displayString -replace -value "Delete" m_performDeleteStaticChannels.kDelete; displayString -replace -value "Delete Static Channels Options" m_performDeleteStaticChannels.kDeleteStaticChannelsOptions; displayString -replace -value "Driven channels:" m_performDeleteStaticChannels.kDrivenChannels; displayString -replace -value "From Channel Box" m_performDeleteStaticChannels.kFromChannelBox; displayString -replace -value "Hierarchy:" m_performDeleteStaticChannels.kHierarchy; displayString -replace -value "No channels selected in Channel Box" m_performDeleteStaticChannels.kNoChannelsWarn; displayString -replace -value "Selected" m_performDeleteStaticChannels.kSelected; displayString -replace -value "Shapes:" m_performDeleteStaticChannels.kShapes;