// =========================================================================== // 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 "Normalization mode has changed.\nDo you want Maya to normalize the weights now?" m_artAttrSkinCallback.kArtAttrSkinNormalizeWeightsConfirm; displayString -replace -value "No" m_artAttrSkinCallback.kArtAttrSkinNormalizeWeightsConfirmNo; displayString -replace -value "Normalize Weights" m_artAttrSkinCallback.kArtAttrSkinNormalizeWeightsConfirmTitle; displayString -replace -value "Yes" m_artAttrSkinCallback.kArtAttrSkinNormalizeWeightsConfirmYes; displayString -replace -value "Nothing is selected. Please select at least 1 vertex." m_artAttrSkinCallback.kArtAttrSkinShowInfluenceNoSelection; displayString -replace -value "No influence object has been selected." m_artAttrSkinCallback.kNoInfluence2; displayString -replace -value "Please select an influence first" m_artAttrSkinCallback.kNoInfluenceSelected; displayString -replace -value "^1s has no lockWeights attribute." m_artAttrSkinCallback.kNoLockWeights; displayString -replace -value "Please select an influence to reveal it in the influence list" m_artAttrSkinCallback.kRevealSelectedNoInfluenceSelected;