// =========================================================================== // 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 "Displays the command response (open Script Editor to display more of the history)" m_initCommandLine.kCmdFeedbackAnnot; displayString -replace -value "Enter MEL commands" m_initCommandLine.kCmdLineAnnotMEL; displayString -replace -value "Enter Python commands" m_initCommandLine.kCmdLineAnnotPython; displayString -replace -value "Click to toggle between MEL and Python execution of the command line source." m_initCommandLine.kMELSourceToggleButtonAnn;