// =========================================================================== // 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 is connected to shading group ^2s which has no surface shader." m_objectMaterialDiagnostics.kConnected; displayString -replace -value "^1s is connected to shading group ^2s which has no material. Incomplete per object material information." m_objectMaterialDiagnostics.kIncomplete; displayString -replace -value "^1s.objectGroups have no groupId node connected to them." m_objectMaterialDiagnostics.kNoGroupid; displayString -replace -value "^1s has no material assignment." m_objectMaterialDiagnostics.kNoMaterial; displayString -replace -value "is not connected to any shading group." m_objectMaterialDiagnostics.kNotConnected; displayString -replace -value "^1s has both per object and per face shading group information." m_objectMaterialDiagnostics.kPerObjectPerFace;