// =========================================================================== // 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 "Append" m_performAppendNclothCache.kAppend; displayString -replace -value "Append to nCache Options" m_performAppendNclothCache.kAppendOptions; displayString -replace -value "Append time range:" m_performAppendNclothCache.kAppendTimeRange; displayString -replace -value "End of cache to end" m_performAppendNclothCache.kCacheEndToEnd; displayString -replace -value "End of cache to Time Slider end" m_performAppendNclothCache.kCacheEndToTimeSlider; displayString -replace -value "Current Time" m_performAppendNclothCache.kCurrentTime; displayString -replace -value "Current time to Time Slider end" m_performAppendNclothCache.kCurrentTimeToSliderEnd; displayString -replace -value "End" m_performAppendNclothCache.kEnd; displayString -replace -value "Save every" m_performAppendNclothCache.kSampleMultiplier; displayString -replace -value "evaluation(s)" m_performAppendNclothCache.kSampleMultiplierEnd; displayString -replace -value "Evaluate every" m_performAppendNclothCache.kSimulationRate; displayString -replace -value "frame(s)" m_performAppendNclothCache.kSimulationRateEnd; displayString -replace -value "Start" m_performAppendNclothCache.kStart; displayString -replace -value "Start/End" m_performAppendNclothCache.kStartEnd;