// =========================================================================== // 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 "Delete History" m_buildSelectAllMM.kDeleteHistory; displayString -replace -value "Delete Non-Deformer History" m_buildSelectAllMM.kDeleteNonDeformerHistory; displayString -replace -value "Disable All Outputs" m_buildSelectAllMM.kDisableAllOutputs; displayString -replace -value "Enable All Outputs" m_buildSelectAllMM.kEnableAllOutputs; displayString -replace -value "Freeze Transforms" m_buildSelectAllMM.kFreezeTransforms; displayString -replace -value "Freeze Transforms Options" m_buildSelectAllMM.kFreezeTransformsOptions; displayString -replace -value "Select All Inputs" m_buildSelectAllMM.kSelectAllInputs; displayString -replace -value "Select All Outputs" m_buildSelectAllMM.kSelectAllOutputs;