// =========================================================================== // 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_textureSmudgeUVProperties.kConstant; displayString -replace -value "Effect type:" m_textureSmudgeUVProperties.kEffectType; displayString -replace -value "Exponential" m_textureSmudgeUVProperties.kExponential; displayString -replace -value "Falloff type:" m_textureSmudgeUVProperties.kFalloffType; displayString -replace -value "Fixed" m_textureSmudgeUVProperties.kFixed; displayString -replace -value "Linear" m_textureSmudgeUVProperties.kLinear; displayString -replace -value "Middle mouse initiates" m_textureSmudgeUVProperties.kMiddleMouseInitiates; displayString -replace -value "Pressure:" m_textureSmudgeUVProperties.kPressure; displayString -replace -value "Smudge" m_textureSmudgeUVProperties.kSmudge; displayString -replace -value "Smudge Settings" m_textureSmudgeUVProperties.kSmudgeSettings; displayString -replace -value "Smudge size:" m_textureSmudgeUVProperties.kSmudgeSize;