// =========================================================================== // 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 "Create" m_performCreateUVSet.kCreateButton; displayString -replace -value "Create UV Set Options" m_performCreateUVSet.kCreateOptions; displayString -replace -value "Create UV Set name:" m_performCreateUVSet.kCreateUVSetName; displayString -replace -value "No name specified for uvset creation." m_performCreateUVSet.kNoNameSpecified; displayString -replace -value "Per Instance Shared" m_performCreateUVSet.kPerInstanceShared; displayString -replace -value "Per Instance Unshared" m_performCreateUVSet.kPerInstanceUnshared; displayString -replace -value "Shared" m_performCreateUVSet.kShared; displayString -replace -value "UV Set Sharing:" m_performCreateUVSet.kUvSetSharing;