// =========================================================================== // 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 "child anchor" m_doPublishRootTransform.kChildAnchor; displayString -replace -value "An asset or transform must be selected." m_doPublishRootTransform.kNoContainers; displayString -replace -value "The asset does not have a root transform." m_doPublishRootTransform.kNoRootInContainer; displayString -replace -value "A transform in an asset must be selected." m_doPublishRootTransform.kNoTransforms; displayString -replace -value "The selected object is not a member of an asset." m_doPublishRootTransform.kNotInContainer; displayString -replace -value "Transform ^1s could not be published with respect to ^2s since the former is neither a member of the selected asset, nor of one of its child assets." m_doPublishRootTransform.kNotInHierarchy; displayString -replace -value "Root publish/unpublish failed: Unpublish transform ^1s as ^2s on ^3s and retry the operation." m_doPublishRootTransform.kNotPublishedErr; displayString -replace -value "parent anchor" m_doPublishRootTransform.kParentAnchor; displayString -replace -value "Root publish/unpublish failed: Publish transform ^1s as ^2s on ^3s and retry the operation." m_doPublishRootTransform.kPublishedErr; displayString -replace -value "root" m_doPublishRootTransform.kRoot; displayString -replace -value "Select only a single asset from which to publish/unpublish root transform." m_doPublishRootTransform.kTooManyContainers; displayString -replace -value "Select only a single root transform to publish/unpublish." m_doPublishRootTransform.kTooManyTransforms;