// =========================================================================== // 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 "AbcExport plugin is not loaded" m_doAlembicExportArgList.kAbcExportNotLoaded; displayString -replace -value "Alembic" m_doAlembicExportArgList.kAlembic; displayString -replace -value "All Files" m_doAlembicExportArgList.kAllFiles; displayString -replace -value "Export All" m_doAlembicExportArgList.kExportAll2; displayString -replace -value "Export All" m_doAlembicExportArgList.kExportAll3; displayString -replace -value "Export Selection" m_doAlembicExportArgList.kExportSelection2; displayString -replace -value "Export Selection" m_doAlembicExportArgList.kExportSelection3; displayString -replace -value "Evaluate every should be greater than 0" m_doAlembicExportArgList.kInvalidEvaluateEvery; displayString -replace -value "Invalid high frame relative sample" m_doAlembicExportArgList.kInvalidHighFrameRelativeSample; displayString -replace -value "Invalid low frame relative sample" m_doAlembicExportArgList.kInvalidLowFrameRelativeSample; displayString -replace -value "Pre-roll start frame should be less than start frame" m_doAlembicExportArgList.kInvalidPreRollStartFrame; displayString -replace -value "Pre-roll step should be greater than 0" m_doAlembicExportArgList.kInvalidPreRollStep;