// =========================================================================== // 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 "Import ^1s" m_buildHypergraphFilePopupMenuItems.kImportAsNormal; displayString -replace -value "Import ^1s as a normal file texture" m_buildHypergraphFilePopupMenuItems.kImportAsNormalAnnot; displayString -replace -value "Import ^1s as Projection" m_buildHypergraphFilePopupMenuItems.kImportAsProjection; displayString -replace -value "Import ^1s as a projected file texture" m_buildHypergraphFilePopupMenuItems.kImportAsProjectionAnnot; displayString -replace -value "Import ^1s as Stencil" m_buildHypergraphFilePopupMenuItems.kImportAsStencil; displayString -replace -value "Import ^1s as a stenciled file texture" m_buildHypergraphFilePopupMenuItems.kImportAsStencilAnnot; displayString -replace -value "Import FBX File ^1s" m_buildHypergraphFilePopupMenuItems.kImportFBXFile; displayString -replace -value "Import Maya File ^1s" m_buildHypergraphFilePopupMenuItems.kImportMayaFile; displayString -replace -value "Include Placement" m_buildHypergraphFilePopupMenuItems.kIncludePlacement; displayString -replace -value "If on, new textures are created with an associated placement node" m_buildHypergraphFilePopupMenuItems.kIncludePlacementAnnot; displayString -replace -value "No options available" m_buildHypergraphFilePopupMenuItems.kNoOptions; displayString -replace -value "Refresh Swatch" m_buildHypergraphFilePopupMenuItems.kRefreshSwatch; displayString -replace -value "Update this swatch to reflect any changes which have been made to the file" m_buildHypergraphFilePopupMenuItems.kRefreshSwatchAnnot; displayString -replace -value "Source ^1s" m_buildHypergraphFilePopupMenuItems.kSource;