// =========================================================================== // 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 "Absolute" m_performCreateClip.kAbsolute; displayString -replace -value "Animation curve" m_performCreateClip.kAnimCurve; displayString -replace -value "The clip start and end are defined by the start and end keys of the animation curve(s) in the clip" m_performCreateClip.kAnimCurveAnnot; displayString -replace -value "Clip:" m_performCreateClip.kClip; displayString -replace -value "Create Clip" m_performCreateClip.kCreateClip; displayString -replace -value "Create Clip Options" m_performCreateClip.kCreateClipOptions; displayString -replace -value "A time warp will be created for later use" m_performCreateClip.kCreateTimeWarpCurveAnnot; displayString -replace -value "End time:" m_performCreateClip.kEndTime; displayString -replace -value "When creating the clip, all objects parented beneath the selected objects will be included" m_performCreateClip.kHierarchyAnnot; displayString -replace -value "Include Hierarchy" m_performCreateClip.kIncludeHierarchy; displayString -replace -value "Include subcharacters in clip" m_performCreateClip.kIncludeSubchars; displayString -replace -value "Control whether to create clips for the subcharacters of this character" m_performCreateClip.kIncludeSubcharsAnnot; displayString -replace -value "Create a clip and put it into Visor; leave the keys on the timeline so that you can create another clip using the same keys" m_performCreateClip.kKeaveKeysAnnot; displayString -replace -value "Keys:" m_performCreateClip.kKeys; displayString -replace -value "Leave keys in timeline" m_performCreateClip.kLeaveKeys; displayString -replace -value "Name:" m_performCreateClip.kName; displayString -replace -value "Offset:" m_performCreateClip.kOffset; displayString -replace -value "Specify the offset behavior from one clip to the next." m_performCreateClip.kOffsetAnnot; displayString -replace -value "Place the clip in the Trax Editor for immediate use, and in the Visor for later use" m_performCreateClip.kPutClipInTraxAndVisorAnnot; displayString -replace -value "Put clip in Visor only" m_performCreateClip.kPutClipInVisor; displayString -replace -value "Put the clip in the Visor for later use" m_performCreateClip.kPutClipInVisorAnnot; displayString -replace -value "Put clip in Trax Editor and Visor" m_performCreateClip.kPutClipinTraxAndVisor; displayString -replace -value "Relative" m_performCreateClip.kRelative; displayString -replace -value "Relative root(s) only" m_performCreateClip.kRelativeRoot; displayString -replace -value "Selected" m_performCreateClip.kSelected; displayString -replace -value "The clip start and end are defined by the time range selected on the Time Slider" m_performCreateClip.kSelectedAnnot; displayString -replace -value "Start/End" m_performCreateClip.kStartEnd; displayString -replace -value "Manually enter the clip start and end in the boxes below" m_performCreateClip.kStartEndAnnot; displayString -replace -value "Start time:" m_performCreateClip.kStartTime; displayString -replace -value "Subcharacters:" m_performCreateClip.kSubChars; displayString -replace -value "Time range:" m_performCreateClip.kTimeRange; displayString -replace -value "The clip start and end are defined by the entire range of the Time Slider" m_performCreateClip.kTimeSliderAnnot; displayString -replace -value "Time warp:" m_performCreateClip.kTimeWarp; displayString -replace -value "Create time warp curve" m_performCreateClip.kTimeWarpCurve;