// =========================================================================== // 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 "Add Target" m_createBlendShapePanelMenu.kAddTarget; displayString -replace -value "Add Target options" m_createBlendShapePanelMenu.kAddTargetAnnot; displayString -replace -value "Create BlendShape" m_createBlendShapePanelMenu.kCreateBlendShape; displayString -replace -value "Make a new blendShape target set for the selected base shape" m_createBlendShapePanelMenu.kCreateBlendShapeAnnot; displayString -replace -value "Deselect All" m_createBlendShapePanelMenu.kDeselectAll; displayString -replace -value "Deselect All" m_createBlendShapePanelMenu.kDeselectAllAnnot; displayString -replace -value "Edit" m_createBlendShapePanelMenu.kEdit; displayString -replace -value "Help on Editing Blend Shapes" m_createBlendShapePanelMenu.kHelpBlendShape; displayString -replace -value "Get help on Blend Shape Editor" m_createBlendShapePanelMenu.kHelpBlendShapeAnnot; displayString -replace -value "Horizontal" m_createBlendShapePanelMenu.kHorizontal; displayString -replace -value "Switch to horizontal sliders" m_createBlendShapePanelMenu.kHorizontalAnnot; displayString -replace -value "Options" m_createBlendShapePanelMenu.kOptions; displayString -replace -value "Orientation" m_createBlendShapePanelMenu.kOrientation; displayString -replace -value "Show Edit HUD" m_createBlendShapePanelMenu.kShowEditHUD; displayString -replace -value "Show Edit heads-up display when editing blend shape targets" m_createBlendShapePanelMenu.kShowEditHUDAnnot; displayString -replace -value "Vertical" m_createBlendShapePanelMenu.kVertical; displayString -replace -value "Switch to vertical sliders" m_createBlendShapePanelMenu.kVerticalAnnot;