// =========================================================================== // 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 "// Result: Cache disabled for ^1s.\n" m_cacheControl.kResultCacheDisable; displayString -replace -value "// Result: Cache disabled for all rigid bodies of: ^1s.\n" m_cacheControl.kResultCacheDisableAll; displayString -replace -value "// Result: Cahche enabled for ^1s.\n" m_cacheControl.kResultCacheEnable; displayString -replace -value "// Result: Cache enabled for all rigid bodies of: ^1s.\n" m_cacheControl.kResultCacheEnableAll;