// =========================================================================== // 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 "Create Cache: ^1s already has a cache.\nUse \'Delete Cache\' to remove it, or \'Append to\nCache\' to add more frames to the end of the cache." m_doHairDiskCache.kAlreadyHasCache; displayString -replace -value "Disk cache is not created because ^1s and ^2s have disk cache name conflict, and one of them has to be renamed." m_doHairDiskCache.kDiskCacheConflict; displayString -replace -value "No diskCache nodes found. No caches to create." m_doHairDiskCache.kNoDiskCache;