// =========================================================================== // 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 "Autobind All" m_performAutobindContainer.kAutobindAll; displayString -replace -value "Process all published names, not only unbound names" m_performAutobindContainer.kAutobindAllAnnot; displayString -replace -value "Autobind Asset Options" m_performAutobindContainer.kAutobindAssetOptions; displayString -replace -value "Force" m_performAutobindContainer.kAutobindForce; displayString -replace -value "Force previously bound names to be unbound if not matched during binding" m_performAutobindContainer.kAutobindForceAnnot; displayString -replace -value "Settings" m_performAutobindContainer.kSettings;