// =========================================================================== // 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 "Add" m_movFileOptions.kAdd; displayString -replace -value "Attributes:" m_movFileOptions.kAttributes; displayString -replace -value "From Channel Box" m_movFileOptions.kFromChannelBox; displayString -replace -value "Precision:" m_movFileOptions.kPrecision; displayString -replace -value "Remove" m_movFileOptions.kRemove; displayString -replace -value "Remove All" m_movFileOptions.kRemoveAll; displayString -replace -value "Remove Selected" m_movFileOptions.kRemoveSelected;