// =========================================================================== // 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 "Abs." m_AEanimClipTemplate.kAbsolute; displayString -replace -value "All Absolute" m_AEanimClipTemplate.kAllAbsolute; displayString -replace -value "All Relative" m_AEanimClipTemplate.kAllRelative; displayString -replace -value "Anim Clip Attributes" m_AEanimClipTemplate.kAnimClipAttributes; displayString -replace -value "Channel Offsets" m_AEanimClipTemplate.kChannelOffsets; displayString -replace -value "Rel." m_AEanimClipTemplate.kRelative; displayString -replace -value "Relative Root(s) Only" m_AEanimClipTemplate.kRelativeRoots; displayString -replace -value "Set non-rotation root channels to relative." m_AEanimClipTemplate.kSetRelativeRootsAnnot; displayString -replace -value "Set all the channels to absolute." m_AEanimClipTemplate.kSetallthechannelstoabsoluteAnnot; displayString -replace -value "Set all the channels to relative." m_AEanimClipTemplate.kSetallthechannelstorelativeAnnot; displayString -replace -value "Source Clip Attributes" m_AEanimClipTemplate.kSourceClipAttributes;