// =========================================================================== // 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 "Above" m_performCreateContainer.kAbove; displayString -replace -value "All (below and above)" m_performCreateContainer.kAll; displayString -replace -value "Create Asset Effect" m_performCreateContainer.kAssetEffect; displayString -replace -value "Below (including shapes)" m_performCreateContainer.kBelow; displayString -replace -value "Include nodes connected to the selected nodes." m_performCreateContainer.kConnectedNodesAnnot; displayString -replace -value "Include shaders for the selected nodes." m_performCreateContainer.kConnectedShadersAnnot; displayString -replace -value "Create Advanced Asset Options" m_performCreateContainer.kCreateContainerOptions; displayString -replace -value "Include Connected" m_performCreateContainer.kIncludeConnected; displayString -replace -value "Include Hierarchy" m_performCreateContainer.kIncludeHierarchy; displayString -replace -value "Include Shaders" m_performCreateContainer.kIncludeShaders; displayString -replace -value "Shapes" m_performCreateContainer.kIncludeShapes; displayString -replace -value "Name:" m_performCreateContainer.kName; displayString -replace -value "Operation:" m_performCreateContainer.kOperation; displayString -replace -value "Create asset" m_performCreateContainer.kOperation1; displayString -replace -value "Preview contents" m_performCreateContainer.kOperation2; displayString -replace -value "Include Options" m_performCreateContainer.kOptionFrame; displayString -replace -value "Publish Options" m_performCreateContainer.kPublishFrame; displayString -replace -value "Publish translate, rotate and scale for the root." m_performCreateContainer.kRootAttrAnnot; displayString -replace -value "Publish the top transform in the hierarchy as the asset's selection transform." m_performCreateContainer.kRootTransformAnnot; displayString -replace -value "Selection Transform" m_performCreateContainer.kSelectionTransform; displayString -replace -value "Transform Attributes" m_performCreateContainer.kTransformAttr;