// =========================================================================== // 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 "Reset:" m_performResetTransformations.kReset; displayString -replace -value "Reset Transform" m_performResetTransformations.kResetTransform; displayString -replace -value "Reset Transformations Options" m_performResetTransformations.kResetTransformationsOptions; displayString -replace -value "Rotate" m_performResetTransformations.kRotatee; displayString -replace -value "Scale" m_performResetTransformations.kScale; displayString -replace -value "Translate" m_performResetTransformations.kTranslate;