// =========================================================================== // 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 "Camera" m_shotPlaylistPanel.kCamera; displayString -replace -value "Clip" m_shotPlaylistPanel.kClip; displayString -replace -value "Out" m_shotPlaylistPanel.kEnd; displayString -replace -value "Len" m_shotPlaylistPanel.kLen; displayString -replace -value " " m_shotPlaylistPanel.kSPACE; displayString -replace -value "Out" m_shotPlaylistPanel.kSeqEnd; displayString -replace -value "Len" m_shotPlaylistPanel.kSeqLen; displayString -replace -value "Seq In" m_shotPlaylistPanel.kSeqStart; displayString -replace -value "Shot" m_shotPlaylistPanel.kShotName; displayString -replace -value "Refresh" m_shotPlaylistPanel.kShotRefreshBtn; displayString -replace -value "Maya In" m_shotPlaylistPanel.kStart;