// =========================================================================== // 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 "All Allowed Animation Files" m_teCreateContainer.kAnimFilter1; displayString -replace -value "Maya Binary" m_teCreateContainer.kAnimFilter2; displayString -replace -value "Maya ASCII" m_teCreateContainer.kAnimFilter3; displayString -replace -value "FBX Files" m_teCreateContainer.kAnimFilter4; displayString -replace -value "AIFF" m_teCreateContainer.kAudioAIFF; displayString -replace -value "All Allowed Audio Files" m_teCreateContainer.kAudioFilter; displayString -replace -value "WAV" m_teCreateContainer.kAudioWAV; displayString -replace -value "Set to Current" m_teCreateContainer.kButtonStartSetToCurrentLabel; displayString -replace -value "Set to Current" m_teCreateContainer.kButtonsEndSetToCurrentLabel; displayString -replace -value "Set to Anim End" m_teCreateContainer.kButtonsSetToAnimLengthLabel; displayString -replace -value "Set to Anim Start" m_teCreateContainer.kButtonsSetToAnimStartLabel; displayString -replace -value "Set to Scene End" m_teCreateContainer.kButtonsSetToSceneLengthLabel; displayString -replace -value "Set to Scene Start" m_teCreateContainer.kButtonsSetToSceneStartLabel; displayString -replace -value "Include Entire Hierarchy" m_teCreateContainer.kCTECheckBoxHierarchy; displayString -replace -value "Include Root: Translate, Rotate, Scale" m_teCreateContainer.kCTECheckBoxIncludeRoots; displayString -replace -value "Keyed" m_teCreateContainer.kCTECheckBoxUseAnimCurve; displayString -replace -value "Static (i.e., edited but not Keyed)" m_teCreateContainer.kCTECheckBoxUseConstantValues; displayString -replace -value "Constrained (e.g., expressions, custom DG networks, etc.)" m_teCreateContainer.kCTECheckBoxUseNonCurveAnim; displayString -replace -value "Attributes inside Set" m_teCreateContainer.kCTECheckBoxUseSet; displayString -replace -value "Add Animation to Time Editor" m_teCreateContainer.kCTECreateContainerOptionsTitle; displayString -replace -value "Add Pose to Time Editor" m_teCreateContainer.kCTECreatePoseOptionsTitle; displayString -replace -value "End Frame Options:" m_teCreateContainer.kCTEEndResetOptions; displayString -replace -value "Select Animation File" m_teCreateContainer.kCTEImportAnimationCaption; displayString -replace -value "Select Audio File" m_teCreateContainer.kCTEImportAudioCaption; displayString -replace -value "Open" m_teCreateContainer.kCTEImportSourceAcceptText; displayString -replace -value "Select Animation Source File" m_teCreateContainer.kCTEImportSourceCaption; displayString -replace -value "Nothing is selected. Select desired attributes to add to Time Editor from the scene and Add Animation from Scene Selection." m_teCreateContainer.kCTENoSelectionFoundOnClipCreate; displayString -replace -value "Complete HIK Rig (at least one controller must be selected)" m_teCreateContainer.kCheckBoxUseAddRelatedKG; displayString -replace -value "Attributes will be added to the clip" m_teCreateContainer.kCreateAnimClipNbAttrs; displayString -replace -value "Animation Time" m_teCreateContainer.kCreateAnimTiming; displayString -replace -value "Duration:" m_teCreateContainer.kCreateContainerDuration; displayString -replace -value "Clip Name:" m_teCreateContainer.kCreateContainerName; displayString -replace -value "No attribute to be added into the animation source or clip." m_teCreateContainer.kCreateContainerNoAttributes; displayString -replace -value "Only select set or object. Set/object cannot be populated at the same time." m_teCreateContainer.kCreateContainerOptionErrorMsg; displayString -replace -value "Attributes to be added" m_teCreateContainer.kCreateContainerOptions; displayString -replace -value "Options" m_teCreateContainer.kCreateContainerOptionsCreation; displayString -replace -value "Start Frame:" m_teCreateContainer.kCreateContainerStart; displayString -replace -value "Duplicate animation in Time Editor and Scene" m_teCreateContainer.kDuplicateAnimation; displayString -replace -value "no clip selected\n" m_teCreateContainer.kFoobar; displayString -replace -value "Invalid duration specified" m_teCreateContainer.kInvalidDuration; displayString -replace -value "Move animation to Time Editor from Scene" m_teCreateContainer.kMoveAnimToScene; displayString -replace -value "Failed to create track to place the clip" m_teCreateContainer.kNoTrackCreated; displayString -replace -value "Show Options on every Add to customize settings" m_teCreateContainer.kShowOptionsOnEveryAdd; displayString -replace -value "Start Frame Options:" m_teCreateContainer.kStartResetOptions; displayString -replace -value "Apply and Close" m_teCreateContainer.kTEAddAnimGetApplyAndClose; displayString -replace -value "Close" m_teCreateContainer.kTEAddAnimGetClose; displayString -replace -value "Create Animation Source only (no clip)" m_teCreateContainer.kTEChkBoxCreaeAnimSourceOnly; displayString -replace -value "End Frame:" m_teCreateContainer.kTECreateAnimClipEnd; displayString -replace -value "Frames" m_teCreateContainer.kTECreateAnimFrames; displayString -replace -value "Set animation at original time and duration" m_teCreateContainer.kUseOrigTime;