// =========================================================================== // 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 1 node selected - Only sample the first will be processed" m_composite.kMoreThanOneWarn; displayString -replace -value "Nothing selected - Select a texture node and try again." m_composite.kNothingSelectedErr; displayString -replace -value "Selected node cannot be processed. Only textures and utility nodes with outputs are acceptable." m_composite.kProcessingError;