// =========================================================================== // 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 "Add a number to make unique" m_performPublishAttribute.kAddANumber; displayString -replace -value "All keyable" m_performPublishAttribute.kAllKeyable; displayString -replace -value "Attribute name:" m_performPublishAttribute.kAttributeName; displayString -replace -value "Custom name" m_performPublishAttribute.kCustomName; displayString -replace -value "Custom string:" m_performPublishAttribute.kCustomString; displayString -replace -value "Incoming connections" m_performPublishAttribute.kIncomingConnections; displayString -replace -value "Prefix with node name" m_performPublishAttribute.kPrefixWithNode; displayString -replace -value "Prefix with custom string" m_performPublishAttribute.kPrefixWithString; displayString -replace -value "Publish:" m_performPublishAttribute.kPublish; displayString -replace -value "Publish Attribute Options" m_performPublishAttribute.kPublishAttributeOptions; displayString -replace -value "Selected Attributes" m_performPublishAttribute.kSelectedAttributes; displayString -replace -value "Selected channel box attributes" m_performPublishAttribute.kSelectedChannelBox;