// =========================================================================== // 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 "Clear Initial State" m_shelf_FXCaching.kClearInitialState; displayString -replace -value "Create Cache" m_shelf_FXCaching.kCreateCache; displayString -replace -value "Create New Cache" m_shelf_FXCaching.kCreateNclothCache; displayString -replace -value "Delete Cache" m_shelf_FXCaching.kDeleteCache; displayString -replace -value "Delete Cache" m_shelf_FXCaching.kDeleteNclothCache; displayString -replace -value "Disable All Caches On Selected" m_shelf_FXCaching.kDisableAllCache; displayString -replace -value "Disable all caches on selected nCloth, nHair or nParticle objects" m_shelf_FXCaching.kDisableAllCacheAnnot; displayString -replace -value "Enable All Caches On Selected" m_shelf_FXCaching.kEnableAllCache; displayString -replace -value "Enable all caches on selected nCloth, nHair or nParticle objects" m_shelf_FXCaching.kEnableAllCacheAnnot; displayString -replace -value "Merge Caches" m_shelf_FXCaching.kMergeCache; displayString -replace -value "Replace Cache Frame" m_shelf_FXCaching.kReplaceCacheFrames; displayString -replace -value "Set Initial State" m_shelf_FXCaching.kSetInitialState;