// =========================================================================== // 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 "Damp" m_performRelaxInitialState.kDamp; displayString -replace -value "Ignore Gravity" m_performRelaxInitialState.kIgnoreGravity; displayString -replace -value "Relax Initial State" m_performRelaxInitialState.kRelaxInitialState; displayString -replace -value "Relax Initial State Options" m_performRelaxInitialState.kRelaxInitialStateOptions; displayString -replace -value "Steps" m_performRelaxInitialState.kSteps;