// =========================================================================== // 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 "Cannot find movie file: ^1s. See Script Editor for details." m_runMovie.kCannotFindMovie; displayString -replace -value "Maya cannot launch movie viewer." m_runMovie.kCannotLaunch; displayString -replace -value "Looking for ^1s (with suffixes ^2s) in: \n" m_runMovie.kLookingForSuffixes; displayString -replace -value "runMovie is only available on Windows or Macintosh." m_runMovie.kPlatforms; displayString -replace -value "QuickTime not found. Download from bottom of Essential Skills movie window." m_runMovie.kQuicktimeNotFound;