// =========================================================================== // 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 "Use legacy vertex ordering" m_objFileOptions.kLegacyVertexOrder; displayString -replace -value "Multiple Objects" m_objFileOptions.kMultiObjects; displayString -replace -value "If this option is off, the import vertices order would be preserved." m_objFileOptions.kPsvVertexOrderAnnot; displayString -replace -value "Single Object" m_objFileOptions.kSingleObject;