// =========================================================================== // 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: Oct 24, 1996 // // Description: // This proc fills the free form surface fillet tool property sheet // with values. // See also blendProperties.mel // // Input Arguments: // $toolName - this is the name of the instance of the tool // that the property sheet is modifying. // // Return Value: // None. // // // // global proc birail2Values ( string $toolName ) // // Description: // Sets the state of the property sheet based on the values // in the tool context. // { performBirail 3 2 $toolName; scriptCtxCommonValues( $toolName ); }