// =========================================================================== // 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 "^1s must be a shader or a shading group." m_connectionOverrideUI.kNeitherShaderNorSG; displayString -replace -value "Material had no shading group. A shading group was created." m_connectionOverrideUI.kNoShadingGroup; displayString -replace -value "Connection failed: Node is not a surface shader. (^1s)" m_connectionOverrideUI.kNoSurfaceShader; displayString -replace -value "Shader ^1s is not connected to a shading group." m_connectionOverrideUI.kShaderWithoutSG;