// =========================================================================== // 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 "^1s.currentTime is already connected to ^2s." m_dynConnectToTime.kAlreadyConnected; displayString -replace -value "^1s is not a dynamics object; only particles, fluids, emitters, oceanShaders, dynamicConstraints, cacheFiles and nucleus objects can be connected to currentTime" m_dynConnectToTime.kIsNotAParticleOrEmit; displayString -replace -value "Please break this connection, and try to connect to time1.outTime again." m_dynConnectToTime.kPleaseBreakThisConn;