// =========================================================================== // 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 "Selected published transforms only. '^1s' is a black box container." m_selectContainerContents.kBlackBoxContainer; displayString -replace -value "Nothing selected for '^1s'. It is a black box container with no published root, parent or child." m_selectContainerContents.kBlackBoxNoPublish; displayString -replace -value "Must select a container or make one current." m_selectContainerContents.kMustSelectContainer;