// =========================================================================== // 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 "Box" m_createResamplerList.kBox; displayString -replace -value "Closest Sample" m_createResamplerList.kClosestSample; displayString -replace -value "Gaussian 1/2" m_createResamplerList.kGaussian; displayString -replace -value "Gaussian 1/sqrt(2)" m_createResamplerList.kGaussianSqrt; displayString -replace -value "Linear" m_createResamplerList.kLinaer; displayString -replace -value "Simplify" m_createResamplerList.kSimplify; displayString -replace -value "Tent" m_createResamplerList.kTent;