// =========================================================================== // 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 "Cannot set sub-volume location on 2D fluids" m_fluidSetSubVolumeLocation.kFlu2DSubVolWarn; displayString -replace -value "Location cannot be greater than fluid resolution." m_fluidSetSubVolumeLocation.kLocationGreater; displayString -replace -value "Location cannot be less than 0." m_fluidSetSubVolumeLocation.kLocationLessThan; displayString -replace -value "No fluids selected" m_fluidSetSubVolumeLocation.kNoFluidsSelected; displayString -replace -value "^1s is not displaying a sub-volume. Use the Fluid Sub-Volume Tool to turn on display and modify the size of a sub-volume." m_fluidSetSubVolumeLocation.kNotSubVolume;