// =========================================================================== // 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 "Constant" m_textureSmudgeUVOptionsPopup.kConstant; displayString -replace -value "Effect type" m_textureSmudgeUVOptionsPopup.kEffectType; displayString -replace -value "Exponential" m_textureSmudgeUVOptionsPopup.kExponential; displayString -replace -value "Falloff type" m_textureSmudgeUVOptionsPopup.kFalloffType; displayString -replace -value "Fixed" m_textureSmudgeUVOptionsPopup.kFixed; displayString -replace -value "Linear" m_textureSmudgeUVOptionsPopup.kLinear; displayString -replace -value "Middle mouse initiates" m_textureSmudgeUVOptionsPopup.kMiddleMouseInitiates; displayString -replace -value "Smudge" m_textureSmudgeUVOptionsPopup.kSmudge;