// =========================================================================== // 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 "Advanced Assets" m_ModObjectsMenu.kAdvancedAssets; displayString -replace -value "Align objects options" m_ModObjectsMenu.kAlignObjectsOptionsAnnot; displayString -replace -value "Node Publishing" m_ModObjectsMenu.kContainerPublishing; displayString -replace -value "Node Unpublishing" m_ModObjectsMenu.kContainerUnpublishing; displayString -replace -value "Convert" m_ModObjectsMenu.kConvert; displayString -replace -value "Default Object Manipulator" m_ModObjectsMenu.kDefaultObjectManipulator; displayString -replace -value "Evaluate Nodes" m_ModObjectsMenu.kEvaluateNodes; displayString -replace -value "Make Live" m_ModObjectsMenu.kMakeLive1; displayString -replace -value "Select a surface to make live" m_ModObjectsMenu.kMakeLive1Annot; displayString -replace -value "Make Live" m_ModObjectsMenu.kMakeLive2; displayString -replace -value "Select a surface to make live" m_ModObjectsMenu.kMakeLive2Annot; displayString -replace -value "Make Not Live" m_ModObjectsMenu.kMakeNotLive; displayString -replace -value "Revert live surface" m_ModObjectsMenu.kMakeNotLiveAnnot; displayString -replace -value "Match Transformations" m_ModObjectsMenu.kMatchTransformations; displayString -replace -value "Align" m_ModObjectsMenu.kModifyAlign; displayString -replace -value "Assets" m_ModObjectsMenu.kModifyAsset; displayString -replace -value "Asset" m_ModObjectsMenu.kModifyAssets; displayString -replace -value "Attributes" m_ModObjectsMenu.kModifyAttributes; displayString -replace -value "Naming" m_ModObjectsMenu.kModifyNaming; displayString -replace -value "Nodes" m_ModObjectsMenu.kModifyNodes; displayString -replace -value "Objects" m_ModObjectsMenu.kModifyObjects; displayString -replace -value "Paint Tool" m_ModObjectsMenu.kModifyPaint; displayString -replace -value "Pivot" m_ModObjectsMenu.kModifyPivot; displayString -replace -value "Transform" m_ModObjectsMenu.kModifyTrans; displayString -replace -value "Proportional modification tool options" m_ModObjectsMenu.kProportionalModificationToolOptionsAnnot; displayString -replace -value "Set Current Asset" m_ModObjectsMenu.kSetCurrentAsset; displayString -replace -value "Set current asset. New nodes will be placed into the current asset." m_ModObjectsMenu.kSetCurrentAssetAnnot; displayString -replace -value "Snap Align Objects" m_ModObjectsMenu.kSnapAlignObjects; displayString -replace -value "Transformation Tools" m_ModObjectsMenu.kTransformationTools;