// =========================================================================== // 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 "copying B and A for vertex ^1s of ^2s..." m_cpvTexture.kCopyingBA; displayString -replace -value "copying R and G for vertex ^1s of ^2s..." m_cpvTexture.kCopyingRG; displayString -replace -value "\nCreated and assigned CPV shader ^1s to ^2s." m_cpvTexture.kCreatedCPVShader; displayString -replace -value "\nCreated layered texture ^1s." m_cpvTexture.kCreatedLayeredTexture; displayString -replace -value "Creating vertex colors for ^1s..." m_cpvTexture.kCreatingVertexColors; displayString -replace -value "\n\nVertex color copying finished...\n" m_cpvTexture.kVertexColorCopyingFinished; displayString -replace -value "\nWARNING : No ^1s channel on material ^2s. Leaving ^3s unconnected." m_cpvTexture.kWarningNoChannel;