// =========================================================================== // 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 "collision" m_performDynamicsConnect.kCollision; displayString -replace -value "emitter" m_performDynamicsConnect.kEmitter; displayString -replace -value "field" m_performDynamicsConnect.kField; displayString -replace -value "Nothing has been selected." m_performDynamicsConnect.kNothingSelected; displayString -replace -value "Only one object has been selected." m_performDynamicsConnect.kOnlyOneObjectSelected; displayString -replace -value "Select first the objects to be connected, then the ^1s." m_performDynamicsConnect.kSelectFirstObjects;