// =========================================================================== // 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 "Incorrect version or argument list" m_doCreateFluidCache.kFluidCacheBadArgsError; displayString -replace -value "File already exists on disk. Please enter a unique directory and/or file name." m_doCreateFluidCache.kFluidFileAlreadyExists; displayString -replace -value "More than one cache created when caching all objects in one file" m_doCreateFluidCache.kFluidInvalidCacheOptions; displayString -replace -value "Ignoring per-geometry flag due to existing cache groups." m_doCreateFluidCache.kIgnoringPerGeometry;