// =========================================================================== // 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 "This append operation will truncate active hair cache(s) at time ^1s. Do you wish to continue?" m_hairPlaybackCaches.kAppendOperationMessage; displayString -replace -value "Warning: Append start time is different from current time." m_hairPlaybackCaches.kAppendStartTimeWarning; displayString -replace -value "The current state of the hair will be appended at time ^1s, possibly resulting \nin a hair cache that appears to be discontinuous.\n\nDo you wish to continue?" m_hairPlaybackCaches.kFluidStateMessage; displayString -replace -value "Hair cache operation failed: no hair selected" m_hairPlaybackCaches.kHairCacheOperationFailed; displayString -replace -value "No" m_hairPlaybackCaches.kNo; displayString -replace -value "Warning" m_hairPlaybackCaches.kWarning; displayString -replace -value "Yes" m_hairPlaybackCaches.kYes;