// =========================================================================== // 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 "Camera Sample" m_AEswatchDisplay.kCameraSample; displayString -replace -value "Image Plane Sample" m_AEswatchDisplay.kImagePlaneSample; displayString -replace -value "Intensity Sample" m_AEswatchDisplay.kIntensitySample; displayString -replace -value "Material Sample" m_AEswatchDisplay.kMaterialSample; displayString -replace -value "Post Process Sample" m_AEswatchDisplay.kPostProcessSample; displayString -replace -value "Click to refresh swatch image" m_AEswatchDisplay.kRefreshSwatch; displayString -replace -value "Sample" m_AEswatchDisplay.kSample; displayString -replace -value "Shading Group Sample" m_AEswatchDisplay.kShadingGroupSample; displayString -replace -value "Texture Sample" m_AEswatchDisplay.kTextureSample; displayString -replace -value "Utility Sample" m_AEswatchDisplay.kUtilitySample;