// =========================================================================== // 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 "Offset" m_AEparticleCollisionNew.kCollisionOffset; displayString -replace -value "Friction" m_AEparticleCollisionNew.kFriction; displayString -replace -value "Collision Object[^1s]" m_AEparticleCollisionNew.kMultiObjectLabel; displayString -replace -value "The collision offset must be greater than 0" m_AEparticleCollisionNew.kOffsetZero; displayString -replace -value "Resilience" m_AEparticleCollisionNew.kResilience; displayString -replace -value "Trace Depth" m_AEparticleCollisionNew.kTraceDepth;