// =========================================================================== // 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 "ATOM Template" m_exportAnimSharedOptions.kATOMTemplate; displayString -replace -value "All" m_exportAnimSharedOptions.kAll; displayString -replace -value "All keyable" m_exportAnimSharedOptions.kAllKeyable; displayString -replace -value "Baked Animation" m_exportAnimSharedOptions.kBakedAnimation; displayString -replace -value "Below" m_exportAnimSharedOptions.kBelow; displayString -replace -value "Channels:" m_exportAnimSharedOptions.kChannels; displayString -replace -value "Control points:" m_exportAnimSharedOptions.kControlPoints; displayString -replace -value "End time:" m_exportAnimSharedOptions.kEndTime; displayString -replace -value "From Channel Box" m_exportAnimSharedOptions.kFromChannelBox; displayString -replace -value "Hierarchy:" m_exportAnimSharedOptions.kHierarchy; displayString -replace -value "Include:" m_exportAnimSharedOptions.kInclude; displayString -replace -value "Animation Layers" m_exportAnimSharedOptions.kIncludeAnimLayers; displayString -replace -value "Constraints" m_exportAnimSharedOptions.kIncludeConstraints; displayString -replace -value "History" m_exportAnimSharedOptions.kIncludeHistory; displayString -replace -value "Set Driven Keys" m_exportAnimSharedOptions.kIncludeSDK; displayString -replace -value "Must specify a file name." m_exportAnimSharedOptions.kMustSpecifyFilename; displayString -replace -value "No channels selected in Channel Box" m_exportAnimSharedOptions.kNoChannelSelected; displayString -replace -value "None" m_exportAnimSharedOptions.kNone; displayString -replace -value "Selected" m_exportAnimSharedOptions.kSelected; displayString -replace -value "Set" m_exportAnimSharedOptions.kSetDir; displayString -replace -value "Single Frame" m_exportAnimSharedOptions.kSingleFrame; displayString -replace -value "Start/End" m_exportAnimSharedOptions.kStartEnd; displayString -replace -value "Start time:" m_exportAnimSharedOptions.kStartTime; displayString -replace -value "Static Values" m_exportAnimSharedOptions.kStatics; displayString -replace -value "Template" m_exportAnimSharedOptions.kTemplate; displayString -replace -value "Template:" m_exportAnimSharedOptions.kTemplateFile; displayString -replace -value "Template Files" m_exportAnimSharedOptions.kTemplateFiles; displayString -replace -value "Time range:" m_exportAnimSharedOptions.kTimeRange; displayString -replace -value "View:" m_exportAnimSharedOptions.kView;