// =========================================================================== // 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 apply 2d fluid disk cache to 3d fluid shape." m_applyFluidDiskCache.kCantApply2DTo3D; displayString -replace -value "Cannot apply 3d fluid disk cache to 2d fluid shape." m_applyFluidDiskCache.kCantApply3DTo2D; displayString -replace -value "Cannot apply preset: ^1s to fluid ^2s" m_applyFluidDiskCache.kCantApplyPreset; displayString -replace -value "Unable to create a fluid shape to apply fluid disk cache to." m_applyFluidDiskCache.kCantCreateShape; displayString -replace -value " Could not copy disk cache file from ^1s to ^2s" m_applyFluidDiskCache.kCouldNotCopyDiskCache; displayString -replace -value "Could not find disk cache file: ^1s" m_applyFluidDiskCache.kCouldNotFindDiskCache; displayString -replace -value "You must select a 2D fluid to apply this preset to." m_applyFluidDiskCache.kNeed2DFluid; displayString -replace -value "You must select a 3D fluid to apply this preset to." m_applyFluidDiskCache.kNeed3DFluid; displayString -replace -value "Fluid shape ^1s has no parent transform. Could not apply preset." m_applyFluidDiskCache.kNoParentTransform; displayString -replace -value "You must select a fluid to apply this preset to." m_applyFluidDiskCache.kSelectFluid;