// =========================================================================== // 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 "As is" m_performInitialStates.kAsIs; displayString -replace -value "Fluid resolution:" m_performInitialStates.kFluidResolution; displayString -replace -value "Preserve fluid resolution, or resize to match initial state" m_performInitialStates.kFluidResolutionAnnot; displayString -replace -value "From initial state" m_performInitialStates.kFromInitialState; displayString -replace -value "Initial States Options" m_performInitialStates.kInitialStatesOptions;