// =========================================================================== // 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 "By attribute name" m_performPasteClip.kByAttributeName; displayString -replace -value "By attribute order" m_performPasteClip.kByAttributeOrder; displayString -replace -value "By character map" m_performPasteClip.kByCharacterMap; displayString -replace -value "By node name" m_performPasteClip.kByNodeName; displayString -replace -value "Clipboard start" m_performPasteClip.kClipboardStart; displayString -replace -value "Current time" m_performPasteClip.kCurrentTime; displayString -replace -value "Paste Clip" m_performPasteClip.kPasteClip; displayString -replace -value "Paste Clip Options" m_performPasteClip.kPasteClipOptions; displayString -replace -value "Paste method:" m_performPasteClip.kPasteMethod; displayString -replace -value "Start frame:" m_performPasteClip.kStartFrame; displayString -replace -value "Timeline start" m_performPasteClip.kTimelineStart;