// =========================================================================== // 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_cacheTimeRangeOptions.kCacheTimerange; displayString -replace -value "Current frame" m_cacheTimeRangeOptions.kCurrentFrame; displayString -replace -value "Evaluate every" m_cacheTimeRangeOptions.kEvaluateEvery; displayString -replace -value "frame(s)" m_cacheTimeRangeOptions.kFrames; displayString -replace -value "Render settings" m_cacheTimeRangeOptions.kRenderSettings; displayString -replace -value "Start/End" m_cacheTimeRangeOptions.kStartEnd; displayString -replace -value "Time slider" m_cacheTimeRangeOptions.kTimeSlider;