// =========================================================================== // 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 "Bind-able objects must be selected." m_createSkinCluster.kBindableSelect; displayString -replace -value "When binding by object hierarchy, the hierarchy can't be a skinnable object." m_createSkinCluster.kBindingByHierarchy; displayString -replace -value "Skin is being bound to the FK rig." m_createSkinCluster.kBindingToFK; displayString -replace -value "Arrays should be of same size." m_createSkinCluster.kErrSizeDiff; displayString -replace -value "You must select at least one joint." m_createSkinCluster.kMustSelectJoint; displayString -replace -value "Must select a skin object and object(s) to bind to." m_createSkinCluster.kMustSelectSkinAndJoint; displayString -replace -value "Select objects to bind." m_createSkinCluster.kSelectObjectsToBind;