// =========================================================================== // 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 "Bad startup camera type specified: ^1s" m_findStartUpCamera.kBadStartupCameraTypeSpecified; displayString -replace -value "Could not find an appropriate startup camera: ^1s. A substitute will be used." m_findStartUpCamera.kCouldNotFindAnAppropriateStartupCamera; displayString -replace -value "No cameras were found in the scene." m_findStartUpCamera.kNoCamerasWereFoundInTheScene;