// =========================================================================== // 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: April 12 1996 // // Description: // These procs sets the state of controls in the property sheet. // See also curveCVProperties.mel which constructs the property // sheet. // // Input Arguments: // $toolName - this is the name of the instance of the tool // that the property sheet is modifying. // // Return Value: // None. // global proc curveCVValues ( string $toolName ) { // // Description: // Sets the state of the property sheet based on the values // in the tool context. // curveValues($toolName, "curveCV","curveCVCtx"); }