// =========================================================================== // 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 "Animation Snapshot Options" m_performSnapshot.kAnimSnapshotOptions; displayString -replace -value "End time:" m_performSnapshot.kEndTime; displayString -replace -value "Fast (update only when keyframes change)" m_performSnapshot.kFast; displayString -replace -value "Increment:" m_performSnapshot.kIncrement; displayString -replace -value "On demand" m_performSnapshot.kOnDemand; displayString -replace -value "Slow (always update)" m_performSnapshot.kSlow; displayString -replace -value "Snapshot" m_performSnapshot.kSnapshot; displayString -replace -value "Start/End" m_performSnapshot.kStartEnd; displayString -replace -value "Start time:" m_performSnapshot.kStartTime; displayString -replace -value "Time range:" m_performSnapshot.kTimeRange; displayString -replace -value "Update:" m_performSnapshot.kUpdate;