// =========================================================================== // 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 "Custom naming chosen, but no custom name was set." m_doPublishAttribute.kCustomNameProblem; displayString -replace -value "No attributes were selected in the channel box." m_doPublishAttribute.kNoChannelBoxAttrs; displayString -replace -value "No input connections found." m_doPublishAttribute.kNoIncomingConns; displayString -replace -value "No keyable attributes found." m_doPublishAttribute.kNoKeyableAttrs; displayString -replace -value "No selected attributes found." m_doPublishAttribute.kNoSelectedAttrs; displayString -replace -value "Nothing was selected for publishing." m_doPublishAttribute.kNothingSelected; displayString -replace -value "// Published ^1s to ^2s.\n" m_doPublishAttribute.kPublishedAttrMsg; displayString -replace -value "Skipping ^1s. It is already published." m_doPublishAttribute.kPublishedAttrSkip; displayString -replace -value "Selected objects are not in an asset." m_doPublishAttribute.kSelectedNotInContainer; displayString -replace -value "// Skipping '^1s'. It is not in a container." m_doPublishAttribute.kSkippingNode;