// =========================================================================== // 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 "Add to Initial State" m_doSetFluidState.kAddtoInitialState; displayString -replace -value "No fluids selected" m_doSetFluidState.kFluidSelectionWarn; displayString -replace -value "Fluid start time is different from the start time of the playback range. " m_doSetFluidState.kFluidTimeWarning; displayString -replace -value "Start Frame ^1s will display the Initial State of '^2s'." m_doSetFluidState.kStartFrameWarning; displayString -replace -value "Incorrect version/argument list" m_doSetFluidState.kVersionWarning;