// =========================================================================== // 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 "Clip:" m_performCreateConstraintClip.kClip; displayString -replace -value "clip1" m_performCreateConstraintClip.kClip1; displayString -replace -value "Create Clip" m_performCreateConstraintClip.kCreateClip; displayString -replace -value "Create Constraint Clip Options" m_performCreateConstraintClip.kCreateConstraintClipOptions; displayString -replace -value "Create time warp curve" m_performCreateConstraintClip.kCreateTimeWarpCurve; displayString -replace -value "End time:" m_performCreateConstraintClip.kEndTime; displayString -replace -value "Hierarchy" m_performCreateConstraintClip.kHierarchy; displayString -replace -value "When creating the clip, all objects parented beneach the selected objects will be included" m_performCreateConstraintClip.kHierarchyAnnot; displayString -replace -value "Include" m_performCreateConstraintClip.kInclude; displayString -replace -value "Include subcharacters in clip" m_performCreateConstraintClip.kIncludeSubcharactersInClip; displayString -replace -value "Keys:" m_performCreateConstraintClip.kKeys; displayString -replace -value "Leave keys in timeline" m_performCreateConstraintClip.kLeaveKeysInTimeline; 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_performCreateConstraintClip.kLeaveKeysInTimelineAnnot; displayString -replace -value "Name:" m_performCreateConstraintClip.kName; displayString -replace -value "Put clip in Trax Editor and Visor" m_performCreateConstraintClip.kPutClipInTraxEditorAndVisor; displayString -replace -value "Place the clip in the Trax Editor for immediate use, and in the Visor for later use" m_performCreateConstraintClip.kPutClipInTraxEditorAndVisorAnnot; displayString -replace -value "Put clip in Visor only" m_performCreateConstraintClip.kPutClipInVisorOnly; displayString -replace -value "The clip is put in the Visor for later use" m_performCreateConstraintClip.kPutClipInVisorOnlyAnnot; displayString -replace -value "Selected" m_performCreateConstraintClip.kSelected; displayString -replace -value "The clip start and end are defined by the time range selected on the Time Slider" m_performCreateConstraintClip.kSelectedAnnot; displayString -replace -value "Start/End" m_performCreateConstraintClip.kStartEnd; displayString -replace -value "Manually enter the clip start and end in the boxes below" m_performCreateConstraintClip.kStartEndAnnot; displayString -replace -value "Start time:" m_performCreateConstraintClip.kStartTime; displayString -replace -value "Subcharacters:" m_performCreateConstraintClip.kSubcharacters; displayString -replace -value "Whether to create clips for the subcharacters of this character" m_performCreateConstraintClip.kSubcharactersAnnot; displayString -replace -value "Time Range:" m_performCreateConstraintClip.kTimeRange; displayString -replace -value "The clip start and end are defined by the entire range of the Time Slider" m_performCreateConstraintClip.kTimeSliderAnnot; displayString -replace -value "Time warp:" m_performCreateConstraintClip.kTimeWarp; displayString -replace -value "A time warp will be created for later use" m_performCreateConstraintClip.kTimeWarpAnnot;