// =========================================================================== // 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 "// Disabling shader textures...\n" m_generateLightMaps.kDisableShaderTex; displayString -replace -value "// Generating fake shaders...\n" m_generateLightMaps.kGenFakeShader; displayString -replace -value "// Generating lightmap: ^1s for object ^2s.\n" m_generateLightMaps.kGenLightmapforObj; displayString -replace -value "// Light map generation finished.\n" m_generateLightMaps.kLightMapGenFinished; displayString -replace -value "No poly meshes selected. Operation not performed." m_generateLightMaps.kNoPolyMeshSelected; displayString -replace -value "There are no shaders for object: ^1s . Nothing done." m_generateLightMaps.kNoShadersForObj; displayString -replace -value "// Removing any shader instances...\n" m_generateLightMaps.kRemovingShaderInstance;