// =========================================================================== // 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 "Set Timecode Options" m_performSetTimecode.kAnimSetTimecode; displayString -replace -value "Set Timecode" m_performSetTimecode.kApplyAndCloseSetTimecode; displayString -replace -value "Apply" m_performSetTimecode.kApplySetTimecode; displayString -replace -value "Maya Start Frame:" m_performSetTimecode.kMayaStartTime; displayString -replace -value "Production Start Time:" m_performSetTimecode.kProductionStartTime; displayString -replace -value "Frame:" m_performSetTimecode.kProductionStartTimeFrame; displayString -replace -value "h" m_performSetTimecode.kProductionStartTimeHour; displayString -replace -value "m" m_performSetTimecode.kProductionStartTimeMinute; displayString -replace -value "s" m_performSetTimecode.kProductionStartTimeSeconds;