// =========================================================================== // 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. // =========================================================================== // // // Creation Date: Aug 15 1996 // // Description: // This script initializes the Status line. Initialization involves // determining the initial Status line preferences, creating the UI // and setting the initial visibility. // { // Create the Status line. // if (`exists statusLine`) { eval "source statusLine"; } // Set the Status line's initial visibility. // setStatusLineVisible(`optionVar -query statusLineVisible`); }