// =========================================================================== // 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 "Animation Turntable Options" m_performAnimTurntable.kAnimTurntable; displayString -replace -value "Turntable" m_performAnimTurntable.kApplyAndCloseTurntable; displayString -replace -value "Apply" m_performAnimTurntable.kApplyTurntable; displayString -replace -value "Clockwise" m_performAnimTurntable.kClockwise; displayString -replace -value "Counterclockwise" m_performAnimTurntable.kCounterClockwise; displayString -replace -value "Turntable: Active panel must be a 3D viewport." m_performAnimTurntable.kNot3DViewPortPanelError; displayString -replace -value "Number of Frames" m_performAnimTurntable.kNumberOfFrames; displayString -replace -value "Turntable: Number of Frames must be more than 1." m_performAnimTurntable.kNumberOfFramesError; displayString -replace -value "Turntable: No 3D viewport selected; using first available perspective camera." m_performAnimTurntable.kOutlinerPanelWarning; displayString -replace -value "Turntable: Select objects to animate camera around." m_performAnimTurntable.kSelectObjectsError; displayString -replace -value "Direction" m_performAnimTurntable.kTurntableDirection;