// =========================================================================== // 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 "doPlayBlastShotArgList() has invalid number of arguments." m_doPlayblastShotArgList.kArgListWrongLength; displayString -replace -value "playblastShot: unable to playblast shot to IFF files." m_doPlayblastShotArgList.kIffPlayblastFailed; displayString -replace -value "Playlast shot failed. Specified filename/path is not valid" m_doPlayblastShotArgList.kInvalidOutputName; displayString -replace -value "playblastShot: unable to playblast shot to movie file." m_doPlayblastShotArgList.kQtPlayblastFailed;