// =========================================================================== // 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 "Cache time range:" m_performDiskCache.kCacheTimeRange; displayString -replace -value "Create" m_performDiskCache.kCreate; displayString -replace -value "Disk Cache Options" m_performDiskCache.kCreateDiskCacheOptions; 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_performDiskCache.kDiskCacheCreationError; displayString -replace -value "No diskCache nodes found. No caches to create." m_performDiskCache.kNoDiskCacheWarn; displayString -replace -value "Over" m_performDiskCache.kOver; displayString -replace -value "Use performFluidsDiskCache for mcfi and mcfp cache types." m_performDiskCache.kPerformDiskCacheError; displayString -replace -value "Rate:" m_performDiskCache.kRate; displayString -replace -value "Render Settings" m_performDiskCache.kRenderSettings; displayString -replace -value "Sampling:" m_performDiskCache.kSampling; displayString -replace -value "Start/End" m_performDiskCache.kStartEndOption; displayString -replace -value "Start/End:" m_performDiskCache.kStartEndValue; displayString -replace -value "Under" m_performDiskCache.kUnder;