// =========================================================================== // 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 "Smooth" m_performSmoothSkinWeights.kSmooth; displayString -replace -value "Smoothing Iterations:" m_performSmoothSkinWeights.kSmoothIterations; displayString -replace -value "Controls the maximum number of iterations the smoothing algorithm uses." m_performSmoothSkinWeights.kSmoothIterationsAnnotation; displayString -replace -value "Obey Max Influences" m_performSmoothSkinWeights.kSmoothObeyMaxInfluences; displayString -replace -value "Do not exceed max influences when smoothing" m_performSmoothSkinWeights.kSmoothObeyMaxInfluencesAnnotation; displayString -replace -value "Preview" m_performSmoothSkinWeights.kSmoothPreview; displayString -replace -value "Select vertices which will be smoothed" m_performSmoothSkinWeights.kSmoothPreviewAnnotation; displayString -replace -value "Smooth Skin Weights Options" m_performSmoothSkinWeights.kSmoothSkinWeightsOptions; displayString -replace -value "Required Weight Difference:" m_performSmoothSkinWeights.kSmoothTolerance; displayString -replace -value "Specifies the required weight difference between components to be smoothed. The smaller the number the larger the set of components that will be smoothed." m_performSmoothSkinWeights.kSmoothToleranceAnnotation;