// =========================================================================== // 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 "Changes to shading or lighting parameters will be shown in the interactive IPR render" m_mayaSoftwareIprUpdateOptionsSubMenu.kChangeshadingAnnot; displayString -replace -value "Changes to light glow parameters will be shown in the interactive IPR render" m_mayaSoftwareIprUpdateOptionsSubMenu.kChangeslightglowparamAnnot; displayString -replace -value "Changes to 2D motion blur parameters will be shown in the interactive IPR render" m_mayaSoftwareIprUpdateOptionsSubMenu.kChangesmotionblurAnnot; displayString -replace -value "Changes to shader glow parameters will be shown in the interactive IPR render" m_mayaSoftwareIprUpdateOptionsSubMenu.kChangesshaderglowAnnot; displayString -replace -value "Update Light Glow" m_mayaSoftwareIprUpdateOptionsSubMenu.kUpdateLightGlow; displayString -replace -value "Update Shading and Lighting" m_mayaSoftwareIprUpdateOptionsSubMenu.kUpdateSadingandLighting; displayString -replace -value "Update Shader Glow" m_mayaSoftwareIprUpdateOptionsSubMenu.kUpdateShaderGlow; displayString -replace -value "Update 2D Motion Blur" m_mayaSoftwareIprUpdateOptionsSubMenu.kUpdateTwoDMotionBlur;