// =========================================================================== // 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 "By attribute name" m_performExportCharacterMap.kByAttributeName; displayString -replace -value "By attribute order" m_performExportCharacterMap.kByAttributeOrder; displayString -replace -value "By current map" m_performExportCharacterMap.kByCurrentMap; displayString -replace -value "By node name" m_performExportCharacterMap.kByNodeName; displayString -replace -value "Export" m_performExportCharacterMap.kExport; displayString -replace -value "Export Character Map Options" m_performExportCharacterMap.kExportCharacterMapOptions; displayString -replace -value "Map method:" m_performExportCharacterMap.kMapMethod;