// =========================================================================== // 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 "Cannot add influence ^1s. Influence already being used for ^2s" m_skinClusterInfluence.kDuplicateInfluence; displayString -replace -value "Only skinned objects were found in the selection. A skinned object and an influence object must be selected." m_skinClusterInfluence.kInvalidSkinSelection; displayString -replace -value "No skinned objects were found in the selection." m_skinClusterInfluence.kNoSkinnedObjects; displayString -replace -value "Only skinned objects were found in the selection. The second object was used as the influence object." m_skinClusterInfluence.kOnlySkinnedObjs; displayString -replace -value "Select the skin geometries and influence transform(s)." m_skinClusterInfluence.kSelectSkinGeoms;