// =========================================================================== // 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 "Cancel" m_assignShadingGroups.kCancel; displayString -replace -value "OK" m_assignShadingGroups.kOk; displayString -replace -value "^1s is not a Shading Group. Geometry can only be assigned to\nShading Groups. Press ^2s to create a new Shading Group that shades\nwith ^3s and perform the assignment, or ^4s to do nothing." m_assignShadingGroups.kShadingGroupMsg; displayString -replace -value "Warning" m_assignShadingGroups.kWarning;