// =========================================================================== // 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 "More than one proxy detected for " m_smoothingDisplayToggle.kErrorMoreThanOneProxy1; displayString -replace -value "." m_smoothingDisplayToggle.kErrorMoreThanOneProxy2; displayString -replace -value "No proxy detected on " m_smoothingDisplayToggle.kErrorNoProxy1; displayString -replace -value ". Apply subdiv proxy or convert to a subdiv. If the object is a subdiv it must be in polygon mode." m_smoothingDisplayToggle.kErrorNoProxy2; displayString -replace -value "Nothing selected." m_smoothingDisplayToggle.kErrorNothingSelected; displayString -replace -value "More than 1 object selected. Only the first one will be processed" m_smoothingDisplayToggle.kWarningMoreThanOneSelected;