// =========================================================================== // 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 "Cancel" m_doBakeNonDefHistory.kCancel; displayString -replace -value "Delete All" m_doBakeNonDefHistory.kDeleteAll; displayString -replace -value "Delete Ahead Only" m_doBakeNonDefHistory.kDeletePre; displayString -replace -value "Deleting all non-deformer history will remove disk caches for the following shape(s):" m_doBakeNonDefHistory.kInvalidateDiskCache; displayString -replace -value "Deleting only history ahead of the deformers will preserve the cache." m_doBakeNonDefHistory.kPreOnly; displayString -replace -value "Warning: Cache Files Will Become Invalid" m_doBakeNonDefHistory.kWarningCache;