// =========================================================================== // 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 Cache" m_doFluidsDiskCache.kAddtoCache; displayString -replace -value "Incorrect version/argument list" m_doFluidsDiskCache.kArgumentError; displayString -replace -value "One or more of the cache files about to be created (for example:\n'^1s')\n already exists in the Disk Cache data directory." m_doFluidsDiskCache.kCacheMessage; displayString -replace -value "No diskCache nodes found. No caches to create." m_doFluidsDiskCache.kCacheWarning; displayString -replace -value "Cancel" m_doFluidsDiskCache.kCancel; displayString -replace -value "Continue" m_doFluidsDiskCache.kContinue; displayString -replace -value "Create Cache: ^1s already has a cache. Use 'Delete Cache' to remove it, or 'Append to Cache' to add more frames to the end of the cache." m_doFluidsDiskCache.kCreateCacheError; displayString -replace -value "Create Cache Warning" m_doFluidsDiskCache.kCreateCacheWarning; displayString -replace -value "Can only create segmented cache files for one fluid at a time." m_doFluidsDiskCache.kCreateSegmentationError; displayString -replace -value "No fluid selected." m_doFluidsDiskCache.kFluidSelectionError; displayString -replace -value "No fluids selected" m_doFluidsDiskCache.kFluidSelectionWarn; displayString -replace -value "The 'One file per frame' format requires you to save your scene before continuing." m_doFluidsDiskCache.kFrameMessage; displayString -replace -value "This operation is not interruptable via the ESC key." m_doFluidsDiskCache.kOperationMessage; displayString -replace -value "Overwrite All" m_doFluidsDiskCache.kOverwriteAll; displayString -replace -value "Save Scene" m_doFluidsDiskCache.kSaveScene; displayString -replace -value "Segment start time cannot be less than fluid start time." m_doFluidsDiskCache.kSegmentFluidStartError; displayString -replace -value "Segment start time cannot be greater than end time." m_doFluidsDiskCache.kSegmentStartTimeError;